pub type PbWindowFunction = WindowFunction;
Expand description
Alias for WindowFunction
.
Aliased Type§
struct PbWindowFunction {
pub args: Vec<InputRef>,
pub return_type: Option<DataType>,
pub frame: Option<WindowFrame>,
pub type: Option<Type>,
}
Fields§
§args: Vec<InputRef>
§return_type: Option<DataType>
§frame: Option<WindowFrame>
§type: Option<Type>