Re-exports§
pub use auth::AuthConfig;pub use auth::Authorizer;pub use auth::BasicCredential;pub use auth::Identity;pub use error::FlightSqlError;pub use error::Result;pub use export::ExportReport;pub use export::export_cypher;pub use export::export_cypher_chunked;pub use falkor::FalkorExecutor;pub use registry::SchemaRegistry;pub use server::ServerOptions;pub use server::TlsOptions;pub use server::run_server;pub use server::run_server_with;pub use service::CypherFlightService;
Modules§
- auth
- Authentication and authorization for the Cypher Flight SQL server.
- convert
- FalkorDB GRAPH.QUERY response (Redis RESP) → Arrow RecordBatch.
- error
- export
- Graph → lakehouse: export FalkorDB query results back to GraphAr files.
- falkor
- registry
- server
- service
Functions§
- functional_
status - Introspection / emit marker — record one functional-status row for the
nornir test matrix. Wraps
nornir_testmatrix::functional_statusbehind thetestmatrixfeature (a compiled-out#[inline]no-op otherwise, with no nornir dep).componentis the reporting surface (e.g."graphar-flight/do_get_statement"),checkwhat it verified,okthe verdict,detaila short human note. The Flight SQL handlers call this sonornir test --features testmatrixSEES each surface’s health.