reifydb-engine 0.4.12

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 coerce;
pub mod dictionary_insert;
pub mod dispatch;
pub(crate) mod primary_key;
pub(crate) mod returning;
pub mod ringbuffer_delete;
pub mod ringbuffer_insert;
pub mod ringbuffer_update;
pub mod series_delete;
pub mod series_insert;
pub mod series_update;
pub(crate) mod shape;
pub mod table_delete;
pub mod table_insert;
pub mod table_update;