Expand description
ReifyDB Operator SDK
Re-exports§
pub use catalog::Catalog;pub use change::FlowChangeBuilder;pub use context::OperatorContext;pub use error::FFIError;pub use error::Result;pub use stateful::State;pub use store::Store;
Modules§
- catalog
- Catalog access for FFI operators
- change
- Builder for constructing FlowChange objects
- context
- Operator context providing access to state and resources
- error
- Error types for the operator SDK
- ffi
- FFI bridge for operators
- marshal
- Marshalling implementations for FFI types
- prelude
- stateful
- State management utilities for operators
- store
- Store access for FFI operators
- testing
- Testing utilities for FFI operators
Structs§
- CowVec
- Encoded
Key - Encoded
Values - Flow
Change - Represents a flow change with insertions, updates, and deletions
- Operator
Column Def - A single column definition in an operator’s input/output
Enums§
- Flow
Change Origin - Origin of a flow change
- Flow
Diff - Represents a single diff in a flow change
Traits§
- Encodable
Key - FFIOperator
- Runtime operator behavior Operators must be Send + Sync for thread safety
- FFIOperator
Metadata - Static metadata about an operator type This trait provides compile-time constant metadata
- FFIOperator
With Metadata