(&self)
| 145 | } |
| 146 | |
| 147 | pub fn higher_order_functions(&self) -> &HashMap<String, Arc<HigherOrderUDF>> { |
| 148 | &self.higher_order_functions |
| 149 | } |
| 150 | |
| 151 | pub fn aggregate_functions(&self) -> &HashMap<String, Arc<AggregateUDF>> { |
| 152 | &self.aggregate_functions |