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

Method documentation

datafusion/expr/src/udf.rs:384–386  ·  view source on GitHub ↗

Returns the documentation for this Scalar UDF. Documentation can be accessed programmatically as well as generating publicly facing documentation.

(&self)

Source from the content-addressed store, hash-verified

382 /// Documentation can be accessed programmatically as well as
383 /// generating publicly facing documentation.
384 pub fn documentation(&self) -> Option<&Documentation> {
385 self.inner.documentation()
386 }
387
388 /// Return true if this function is an async function
389 pub fn as_async(&self) -> Option<&AsyncScalarUDF> {

Callers 3

get_documentationMethod · 0.45
make_routinesMethod · 0.45
make_parametersMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected