(&self)
| 587 | } |
| 588 | |
| 589 | fn scalar_functions(&self) -> &HashMap<String, Arc<ScalarUDF>> { |
| 590 | &self.scalar_functions |
| 591 | } |
| 592 | |
| 593 | fn higher_order_functions(&self) -> &HashMap<String, Arc<HigherOrderUDF>> { |
| 594 | &self.higher_order_functions |
no outgoing calls