llkv-executor 0.6.0-alpha

Query execution engine for the LLKV toolkit.
Documentation
1
2
3
4
5
6
7
//! Utility functions for the executor.

pub mod date;
pub mod time;

pub use date::{epoch_julian_day, parse_date32_literal};
pub use time::current_time_micros;