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

Method schema_name

datafusion/expr/src/udf.rs:201–203  ·  view source on GitHub ↗

Returns this function's schema_name. See [`ScalarUDFImpl::schema_name`] for more details

(&self, args: &[Expr])

Source from the content-addressed store, hash-verified

199 ///
200 /// See [`ScalarUDFImpl::schema_name`] for more details
201 pub fn schema_name(&self, args: &[Expr]) -> Result<String> {
202 self.inner.schema_name(args)
203 }
204
205 /// Returns the aliases for this function.
206 ///

Calls

no outgoing calls

Tested by 2

extract_function_nameFunction · 0.36
test_windowFunction · 0.36