Skip to main content

Crate uni_query

Crate uni_query 

Source

Re-exports§

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;

Modules§

query
types
Query result types and value re-exports.

Structs§

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.

Enums§

CypherQuery
TimeTravelSpec
Value
Dynamic value type for properties, parameters, and results.

Traits§

FromValue
Trait for fallible conversion from Value.

Functions§

validate_read_only
Validate that a query AST is read-only (no CREATE, SET, DELETE, MERGE, REMOVE).