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
INTERVALliterals intoIntervalValueinstances. - 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.