Modules§
- arrow
- Apache Arrow IPC serialisation stages.
- collections
- control
- data
- io
- kv
- process
- scalar
- text
- ui
- validation
- Rust-native implementations for the stage submission validation pipeline.
Functions§
- execute_
executor_ stage - find_
implementation - Find the implementation for a stage by matching its description. Returns None for stages without real implementations (LLM, Arrow, internal).
- is_
executor_ stage - HOF and control stages that need access to the executor itself. Returns true if the stage should be routed through execute_hof_extended.
Type Aliases§
- StageFn
- A stage implementation function.