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§
Macros§
- llkv_
for_ each_ arrow_ boolean - llkv_
for_ each_ arrow_ numeric - Invokes
$macrowith metadata for each supported Arrow numeric primitive. - with_
integer_ arrow_ type - Expands to the provided body with
$tybound to the concrete Arrow primitive type that matches the suppliedDataType. Integer and floating-point primitives are supported; any otherDataTypetriggers the$unsupportedexpression. This is used to avoid dynamic dispatch in hot paths like scans and row gathers.