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

Method with_window_function

datafusion/sql/tests/common/mod.rs:96–100  ·  view source on GitHub ↗
(mut self, window_function: Arc<WindowUDF>)

Source from the content-addressed store, hash-verified

94 }
95
96 pub fn with_window_function(mut self, window_function: Arc<WindowUDF>) -> Self {
97 self.window_functions
98 .insert(window_function.name().to_string(), window_function);
99 self
100 }
101
102 pub fn with_higher_order_function(
103 mut self,

Callers 2

mock_session_stateFunction · 0.80

Calls 3

insertMethod · 0.45
to_stringMethod · 0.45
nameMethod · 0.45

Tested by

no test coverage detected