Returns the aliases for this function. See [`ScalarUDF::with_aliases`] for more details
(&self)
| 206 | /// |
| 207 | /// See [`ScalarUDF::with_aliases`] for more details |
| 208 | pub fn aliases(&self) -> &[String] { |
| 209 | self.inner.aliases() |
| 210 | } |
| 211 | |
| 212 | /// Returns this function's [`Signature`] (what input types are accepted). |
| 213 | /// |
no outgoing calls
no test coverage detected