pub fn compile_streaming_window_sql(sql: &str) -> SqlResult<StreamingWindowPlan>Expand description
Compile a windowed streaming SQL query into a StreamingWindowPlan.
Returns SqlError::Unsupported when the query is not a recognised keyed
windowed aggregation.