Returns this function's name. See [`ScalarUDFImpl::name`] for more details.
(&self)
| 180 | /// |
| 181 | /// See [`ScalarUDFImpl::name`] for more details. |
| 182 | pub fn name(&self) -> &str { |
| 183 | self.inner.name() |
| 184 | } |
| 185 | |
| 186 | /// Returns this function's display_name. |
| 187 | /// |
no outgoing calls
no test coverage detected