pub type PbWindowFunction = WindowFunction;Aliased Type§
pub struct PbWindowFunction {
pub args: Vec<InputRef>,
pub return_type: Option<DataType>,
pub frame: Option<WindowFrame>,
pub ignore_nulls: bool,
pub type: Option<Type>,
}Fields§
§args: Vec<InputRef>§return_type: Option<DataType>§frame: Option<WindowFrame>§ignore_nulls: bool§type: Option<Type>