Expand description
uni.schema.* read-only introspection procedures.
Direct ports of execute_schema_labels / execute_schema_edge_types
/ execute_schema_indexes / execute_schema_constraints /
execute_schema_label_info from procedure_call.rs. Each procedure
emits a RecordBatch containing every natively-produced column; the
plugin-path dispatcher in execute_plugin_procedure projects the
caller’s YIELD subset.
Functions§
- register_
into - Register every
uni.schema.*procedure intor. Edge types register under bothuni.schema.edgeTypesanduni.schema.relationshipTypesfor backward compatibility.