Crate llkv_column_map

Crate llkv_column_map 

Source

Re-exports§

pub use store::ColumnStore;
pub use store::IndexKind;
pub use store::ROW_ID_COLUMN_NAME;
pub use store::scan;
pub use store::scan::ScanBuilder;

Modules§

debug
parallel
store
The main ColumnStore API.
types
Core type definitions for the storage engine.

Macros§

llkv_for_each_arrow_boolean
llkv_for_each_arrow_numeric
Invokes $macro with metadata for each supported Arrow numeric primitive.
with_integer_arrow_type
Expands to the provided body with $ty bound to the concrete Arrow primitive type that matches the supplied DataType. Integer and floating-point primitives are supported; any other DataType triggers the $unsupported expression. This is used to avoid dynamic dispatch in hot paths like scans and row gathers.

Enums§

Error

Functions§

ensure_supported_arrow_type
is_supported_arrow_type
supported_arrow_types

Type Aliases§

Result