icydb-core 0.147.16

IcyDB — A schema-first typed query engine and persistence runtime for Internet Computer canisters
Documentation
1
2
3
4
5
6
7
8
9
10
mod aggregate_call;
mod aggregate_shape;
mod helpers;

pub(in crate::db::sql::lowering) use aggregate_call::{
    lower_aggregate_call, lower_grouped_aggregate_call,
};
pub(in crate::db::sql::lowering::aggregate) use helpers::{
    apply_aggregate_filter_expr, validate_model_bound_scalar_expr,
};