Skip to main content

Module schema

Module schema 

Source
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 into r. Edge types register under both uni.schema.edgeTypes and uni.schema.relationshipTypes for backward compatibility.