Function datafusion::logical_expr::window_function::return_type
source · pub fn return_type(
fun: &WindowFunction,
input_expr_types: &[DataType]
) -> Result<DataType, DataFusionError>
👎Deprecated since 27.0.0: please use
WindowFunction::return_type
insteadExpand description
Returns the datatype of the window function