Return the underlying [`ScalarUDFImpl`] trait object for this function
(&self)
| 145 | |
| 146 | /// Return the underlying [`ScalarUDFImpl`] trait object for this function |
| 147 | pub fn inner(&self) -> &Arc<dyn ScalarUDFImpl> { |
| 148 | &self.inner |
| 149 | } |
| 150 | |
| 151 | /// Adds additional names that can be used to invoke this function, in |
| 152 | /// addition to `name` |
no outgoing calls