lvector_count

Signature:

CREATE FUNCTION lvector_count(table_name LVARCHAR);

Purpose: Returns the row/vector count for a lvector table. Example:

EXECUTE FUNCTION lvector_count('docs_demo');