List of all items
Structs
- api::CypherLite
- api::QueryResult
- api::Row
- api::Transaction
- executor::ExecutionError
- lexer::LexError
- lexer::Span
- parser::ParseError
- parser::Parser
- parser::ast::CreateClause
- parser::ast::CreateHyperedgeClause
- parser::ast::CreateIndexClause
- parser::ast::CreateSnapshotClause
- parser::ast::DeleteClause
- parser::ast::DropIndexClause
- parser::ast::MatchClause
- parser::ast::MatchHyperedgeClause
- parser::ast::MergeClause
- parser::ast::NodePattern
- parser::ast::OrderItem
- parser::ast::Pattern
- parser::ast::PatternChain
- parser::ast::Query
- parser::ast::RelationshipPattern
- parser::ast::RemoveClause
- parser::ast::ReturnClause
- parser::ast::ReturnItem
- parser::ast::SetClause
- parser::ast::UnwindClause
- parser::ast::WithClause
- planner::LogicalPlanner
- planner::PlanError
- semantic::SemanticAnalyzer
- semantic::SemanticError
- semantic::symbol_table::SymbolTable
- semantic::symbol_table::VariableInfo
Enums
- executor::Value
- executor::operators::temporal_filter::TemporalFilter
- lexer::Token
- parser::ast::BinaryOp
- parser::ast::Clause
- parser::ast::Expression
- parser::ast::IndexTarget
- parser::ast::Literal
- parser::ast::PatternElement
- parser::ast::RelDirection
- parser::ast::RemoveItem
- parser::ast::SetItem
- parser::ast::TemporalPredicate
- parser::ast::UnaryOp
- planner::AggregateFunc
- planner::LogicalPlan
- planner::TemporalFilterPlan
- semantic::symbol_table::VariableKind
Traits
Functions
- executor::eval::compare_values
- executor::eval::eval
- executor::eval::eval_cmp
- executor::execute
- executor::operators::aggregate::execute_aggregate
- executor::operators::create::execute_create
- executor::operators::create::is_system_property
- executor::operators::create::is_temporal_edge_property
- executor::operators::create::resolve_properties_mut
- executor::operators::create::validate_no_system_properties
- executor::operators::delete::execute_delete
- executor::operators::expand::execute_expand
- executor::operators::filter::execute_filter
- executor::operators::hyperedge_scan::execute_hyperedge_scan
- executor::operators::index_scan::execute_index_scan
- executor::operators::limit::execute_limit
- executor::operators::limit::execute_skip
- executor::operators::merge::execute_merge
- executor::operators::node_scan::execute_node_scan
- executor::operators::optional_expand::execute_optional_expand
- executor::operators::project::execute_project
- executor::operators::set_props::execute_remove
- executor::operators::set_props::execute_set
- executor::operators::sort::execute_sort
- executor::operators::subgraph_scan::execute_subgraph_scan
- executor::operators::temporal_filter::is_edge_temporally_valid
- executor::operators::temporal_scan::execute_as_of_scan
- executor::operators::temporal_scan::execute_temporal_range_scan
- executor::operators::unwind::execute_unwind
- executor::operators::var_length_expand::execute_var_length_expand
- executor::operators::with::execute_with
- lexer::lex
- parser::parse_query
- planner::optimize::optimize