Skip to main content

classify_stream

Function classify_stream 

Source
pub fn classify_stream(compiled: &CompiledQuery) -> StreamShape
Expand description

Classify a compiled query for streaming. Treats any UNION branch the same as the head: a single mutating op anywhere across the compiled query promotes the whole query to Mutating.