Returns this function's schema_name. See [`ScalarUDFImpl::schema_name`] for more details
(&self, args: &[Expr])
| 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 | /// |
no outgoing calls