Skip to content

Commit abf08cd

Browse files
jimexistalamb
authored andcommitted
Update datafusion/src/physical_plan/window_functions.rs
Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
1 parent 0cbca53 commit abf08cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion/src/physical_plan/window_functions.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ impl FromStr for BuiltInWindowFunction {
109109
}
110110
}
111111

112-
/// Returns the datatype of the scalar function
112+
/// Returns the datatype of the window function
113113
pub fn return_type(fun: &WindowFunction, arg_types: &[DataType]) -> Result<DataType> {
114114
// Note that this function *must* return the same type that the respective physical expression returns
115115
// or the execution panics.

0 commit comments

Comments
 (0)