Crate llkv_compute

Crate llkv_compute 

Source

Re-exports§

pub use analysis::*;
pub use compare::*;
pub use date::*;
pub use eval::*;
pub use kernels::*;
pub use program::*;
pub use projection::*;
pub use rowid::*;
pub use time::*;

Modules§

analysis
compare
date
Date literal and arithmetic utilities shared across planner consumers.
eval
fast_numeric
Stack-based arithmetic evaluator that uses native Arrow kernels.
interval
Parse SQL INTERVAL literals into IntervalValue instances.
kernels
literal
Literal-level arithmetic helpers shared across layers.
program
Bytecode-style programs for predicate evaluation and domain analysis.
projection
rowid
scalar
time
Time utility functions.