icydb-core 0.94.0

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 field;
mod text;

pub(in crate::db::predicate::parser) use field::{
    PredicateFieldOperand, TextPredicateWrapper, parse_predicate_field_operand,
};
pub(in crate::db::predicate::parser) use text::{
    eat_prefix_text_predicate_operator, parse_prefix_text_predicate, parse_starts_with_predicate,
    predicate_literal_starts,
};