reifydb-engine 0.4.10

Query execution and processing engine for ReifyDB
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// SPDX-License-Identifier: Apache-2.0
// Copyright (c) 2025 ReifyDB

pub mod access;
pub mod arith;
pub mod call;
pub mod cast;
pub mod compare;
pub mod compile;
pub(crate) mod constant;
pub mod context;
pub mod convert;
pub mod eval;
pub mod lookup;
pub(crate) mod option;
pub mod parameter;
pub mod prefix;
pub mod scalar;