icydb-core 0.144.7

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

pub(in crate::db::sql::lowering) use collector::grouped_projection_aggregate_calls;
pub(in crate::db::sql::lowering::aggregate) use validation::validate_grouped_aggregate_scalar_subexpressions;
pub(in crate::db::sql::lowering) use validation::{
    extend_unique_sql_expr_aggregate_calls, extend_unique_sql_select_item_aggregate_calls,
    resolve_having_aggregate_expr_index,
};