We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cbca53 commit abf08cdCopy full SHA for abf08cd
datafusion/src/physical_plan/window_functions.rs
@@ -109,7 +109,7 @@ impl FromStr for BuiltInWindowFunction {
109
}
110
111
112
-/// Returns the datatype of the scalar function
+/// Returns the datatype of the window function
113
pub fn return_type(fun: &WindowFunction, arg_types: &[DataType]) -> Result<DataType> {
114
// Note that this function *must* return the same type that the respective physical expression returns
115
// or the execution panics.
0 commit comments