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

Method window_functions

datafusion/execution/src/task.rs:155–157  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

153 }
154
155 pub fn window_functions(&self) -> &HashMap<String, Arc<WindowUDF>> {
156 &self.window_functions
157 }
158
159 /// Update the [`SessionConfig`]
160 pub fn with_session_config(mut self, session_config: SessionConfig) -> Self {

Callers 2

with_spark_featuresMethod · 0.45
fromMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected