Crate llkv_table

Crate llkv_table 

Source

Re-exports§

pub use table::Table;

Modules§

constants
expr
table
types
Common types for the table core.

Structs§

ColMeta
PlanAnnotations
Aggregate annotations that apply to the whole plan.
PlanEdge
Edge between two planner nodes.
PlanEdgeMetadata
Metadata associated with plan edges or inputs.
PlanExpression
Expression or projection annotations associated with a node.
PlanField
Column description carried with each node’s output schema.
PlanGraph
Immutable DAG describing the planner output.
PlanGraphBuilder
Builder for PlanGraph that enforces DAG invariants while allowing incremental construction.
PlanGraphVersion
Semantic version identifier for the plan graph payload.
PlanInput
Incoming connection for a node.
PlanNode
Planner node with annotations used to describe how operators compose.
PlanNodeId
Unique identifier for a planner node.
TableMeta

Enums§

PlanGraphError
Errors raised while constructing or validating a plan graph.
PlanOperator
Planner node operator kind.

Constants§

PLAN_GRAPH_VERSION
Current version of the planner IR.

Type Aliases§

FieldId
Logical column identifier within a table.
PlanGraphResult
RowId
Row identifier for persisted data.