Skip to main contentCrate uni_query
Source pub use query::executor::core::OperatorStats;pub use query::executor::core::ProfileOutput;pub use query::executor::procedure::ProcedureOutput;pub use query::executor::procedure::ProcedureParam;pub use query::executor::procedure::ProcedureRegistry;pub use query::executor::procedure::ProcedureValueType;pub use query::executor::procedure::RegisteredProcedure;pub use query::executor::Executor;pub use query::executor::ResultNormalizer;pub use query::planner::CostEstimates;pub use query::planner::ExplainOutput;pub use query::planner::IndexUsage;pub use query::planner::LogicalPlan;pub use query::planner::QueryPlanner;pub use types::ExecuteResult;pub use types::QueryCursor;pub use types::QueryResult;pub use types::Row;
- query
- types
- Query result types and value re-exports.
- Edge
- Graph edge with identity, type, endpoints, and properties.
- Node
- Graph node with identity, labels, and properties.
- Path
- Graph path consisting of alternating nodes and edges.
- CypherQuery
- TimeTravelSpec
- Value
- Dynamic value type for properties, parameters, and results.
- FromValue
- Trait for fallible conversion from
Value.
- validate_read_only
- Validate that a query AST is read-only (no CREATE, SET, DELETE, MERGE, REMOVE).