Skip to main content

extract_window_functions

Function extract_window_functions 

Source
pub fn extract_window_functions(
    select: &Select,
    functions: &FunctionRegistry,
) -> Result<Vec<WindowSpec>>
Expand description

Extract window function specifications from a SELECT’s projection.