lvector_drop_all_tables
lvector_drop_all_tables
Signature:
CREATE FUNCTION lvector_drop_all_tables();
Purpose: Drops all LanceDB/lvector tables managed by the extension.
Example:
EXECUTE FUNCTION lvector_drop_all_tables();
Note: Destructive operation. Use only for test cleanup or controlled
reset scenarios.