(&self)
| 149 | } |
| 150 | |
| 151 | pub fn aggregate_functions(&self) -> &HashMap<String, Arc<AggregateUDF>> { |
| 152 | &self.aggregate_functions |
| 153 | } |
| 154 | |
| 155 | pub fn window_functions(&self) -> &HashMap<String, Arc<WindowUDF>> { |
| 156 | &self.window_functions |
no outgoing calls
no test coverage detected