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

Method window_function_schema_name

datafusion/expr/src/udaf.rs:193–198  ·  view source on GitHub ↗
(
        &self,
        params: &WindowFunctionParams,
    )

Source from the content-addressed store, hash-verified

191 }
192
193 pub fn window_function_schema_name(
194 &self,
195 params: &WindowFunctionParams,
196 ) -> Result<String> {
197 self.inner.window_function_schema_name(params)
198 }
199
200 /// See [`AggregateUDFImpl::display_name`] for more details.
201 pub fn display_name(&self, params: &AggregateFunctionParams) -> Result<String> {

Callers 1

fmtMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected