INITIALIZE

This procedure initializes or re-initializes nzMatrix.

Usage

The INITIALIZE stored procedure has the following syntax:
INITIALIZE()
Returns
BOOLEAN TRUE always.

Details

This procedure creates or re-creates the shared nzMatrix metadata table in the current database.

Examples

CALL nzm..INITIALIZE();

 INITIALIZE
------------
 t
(1 row)