veloq-query 0.3.0

DuckDB-backed query helpers shared by VeloQ profile backends.
Documentation
1
2
3
4
5
6
7
8
pub mod name;
pub mod window;

mod count;
mod fragment;

pub use count::{total_matched_bigint_expr, total_matched_expr};
pub use fragment::{SqlFilter, SqlFragment, where_clause};