llkv-table 0.8.2-alpha

Columnar table using the LLKV toolkit.
Documentation
1
2
3
4
5
6
7
8
//! Compatibility shim that re-exports the planner IR from the standalone
//! `llkv-plan` crate. New development should depend on `llkv-plan` directly.

pub use llkv_plan::{
    PLAN_GRAPH_VERSION, PlanAnnotations, PlanEdge, PlanEdgeMetadata, PlanExpression, PlanField,
    PlanGraph, PlanGraphBuilder, PlanGraphError, PlanGraphResult, PlanGraphVersion, PlanInput,
    PlanNode, PlanNodeId, PlanOperator,
};