Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ window_frame
Method
window_frame
datafusion/expr/src/expr_fn.rs:916–919 ·
view source on GitHub ↗
(mut self, window_frame: WindowFrame)
Source
from the content-addressed store, hash-verified
914
}
915
916
fn window_frame(mut self, window_frame: WindowFrame) -> ExprFuncBuilder {
917
self.window_frame = Some(window_frame);
918
self
919
}
920
}
921
922
impl ExprFunctionExt for Expr {
Callers
6
simple_udwf
Function · 0.80
advanced_udwf
Function · 0.80
parse_expr
Function · 0.80
roundtrip_window
Function · 0.80
window_using_aggregates
Function · 0.80
window_aggregates_with_filter
Function · 0.80
Calls
2
new
Function · 0.85
Window
Class · 0.85
Tested by
3
roundtrip_window
Function · 0.64
window_using_aggregates
Function · 0.64
window_aggregates_with_filter
Function · 0.64