Returns this function's signature (what input types are accepted) See [`AggregateUDFImpl::signature`] for more details.
(&self)
| 217 | /// |
| 218 | /// See [`AggregateUDFImpl::signature`] for more details. |
| 219 | pub fn signature(&self) -> &Signature { |
| 220 | self.inner.signature() |
| 221 | } |
| 222 | |
| 223 | /// Return the type of the function given its input types |
| 224 | /// |