pub fn classify_stream(compiled: &CompiledQuery) -> StreamShapeExpand 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.