Structs§
- Schema
Registry - 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. ReturnsNonefor anything that isn’t a single-table SELECT (the caller then treats the input as Cypher).