Returns the aliases for this function.
(&self)
| 175 | |
| 176 | /// Returns the aliases for this function. |
| 177 | pub fn aliases(&self) -> &[String] { |
| 178 | self.inner.aliases() |
| 179 | } |
| 180 | |
| 181 | /// See [`AggregateUDFImpl::schema_name`] for more details. |
| 182 | pub fn schema_name(&self, params: &AggregateFunctionParams) -> Result<String> { |