Expand description
Stateless DataFusion execution for streaming flows.
Structsยง
- Stateless
Flow ๐ - The validated, immutable part of one streaming flow.
Functionsยง
- execute ๐
- Executes one mirror write using only the supplied batch and writes its output.
- input_
provider ๐ - replace_
source ๐ - rewrite_
source_ ๐timestamp - Adds the source timestamp to every supported plan node that has to carry it through a filter or projection. The expression is appended only after the visible expressions, so the sink contract remains positional.
- synthesize_
auto_ ๐values - validate_
plan ๐ - Validates the deliberately small stateless streaming SQL subset.
- validate_
source_ ๐scan - Ensures the retained scan was planned against the source metadata captured for this flow.
- validate_
source_ ๐schema_ version - Rejects execution when the source metadata changed after the flow plan was retained. The outer adapter replans a flow when it observes a new source schema version; this guard rejects a request if the version changes again before execution.