icydb-core 0.186.0

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

pub(in crate::db::sql::lowering::aggregate) use validation::validate_grouped_aggregate_scalar_subexpressions;
pub(in crate::db::sql::lowering) use validation::{
    SqlAggregateCallInterner, resolve_having_aggregate_expr_index,
};