reifydb-sub-flow 0.4.12

Flow subsystem for stream processing and data flows
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// SPDX-License-Identifier: Apache-2.0
// Copyright (c) 2025 ReifyDB

// Internal modules
pub mod column;
pub mod operator;
pub mod state;
pub mod store;
pub mod strategy;

// All types are accessed directly from their submodules:
// - crate::operator::join::operator::JoinOperator
// - crate::operator::join::state::{JoinSide, JoinSideEntry, JoinState}
// - crate::operator::join::store::Store
// - crate::operator::join::strategy::JoinStrategy