alopex-dataframe 0.6.0

Polars-compatible DataFrame API for Alopex DB (v0.1)
Documentation
1
2
3
4
5
6
7
8
#[allow(clippy::module_inception)]
mod expr;
mod functions;

/// Expression AST and supporting enums.
pub use expr::{AggFunc, Expr, Operator, Scalar, UnaryOperator};
/// Expression builder helpers.
pub use functions::{all, col, lit};