Returns this function's name. See [`HigherOrderUDFImpl::name`] for more details.
(&self)
| 910 | /// |
| 911 | /// See [`HigherOrderUDFImpl::name`] for more details. |
| 912 | pub fn name(&self) -> &str { |
| 913 | self.inner.name() |
| 914 | } |
| 915 | |
| 916 | /// Returns the aliases for this function. |
| 917 | /// |