reifydb-sdk 0.9.0

SDK for building ReifyDB operators, procedures, transforms and more
Documentation
1
2
3
4
5
6
7
8
9
// SPDX-License-Identifier: Apache-2.0
// Copyright (c) 2026 ReifyDB

//! Callbacks every stage is allowed to reach. A stage adds its own table on top; a stage that must not reach
//! state or the dictionary simply has no field for them.

pub mod builder;
pub mod memory;
pub mod rql;