Returns the documentation for this Scalar UDF. Documentation can be accessed programmatically as well as generating publicly facing documentation.
(&self)
| 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> { |
no outgoing calls
no test coverage detected