Skip to main content

Module stages

Module stages 

Source

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.