MCPcopy Create free account
hub / github.com/apache/datafusion / WindowFunction

Class WindowFunction

datafusion/expr/src/expr.rs:1225–1229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1223/// [`ExprFunctionExt`]: crate::ExprFunctionExt
1224#[derive(Clone, PartialEq, Eq, PartialOrd, Hash, Debug)]
1225pub struct WindowFunction {
1226 /// Name of the function
1227 pub fun: WindowFunctionDefinition,
1228 pub params: WindowFunctionParams,
1229}
1230
1231#[derive(Clone, PartialEq, Eq, PartialOrd, Hash, Debug)]
1232pub struct WindowFunctionParams {

Calls

no outgoing calls

Used in the wild real call sites across dependent graphs

searching dependent graphs…