icydb-core 0.188.0

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

pub(in crate::db::predicate::runtime) use crate::db::predicate::runtime::compare::{
    scalar::{eval_compare_scalar_slot, text_contains_scalar},
    value::{eval_compare_values, is_empty_value},
};