Skip to main content

Module registry

Module registry 

Source

Structs§

SchemaRegistry
Maps Cypher query strings to their expected Arrow return schemas.

Functions§

parse_select_from
Extract the table identifier from a trivial SELECT … FROM <ident> query, stripping surrounding quotes/backticks. Returns None for anything that isn’t a single-table SELECT (the caller then treats the input as Cypher).