(&self)
| 141 | } |
| 142 | |
| 143 | pub fn scalar_functions(&self) -> &HashMap<String, Arc<ScalarUDF>> { |
| 144 | &self.scalar_functions |
| 145 | } |
| 146 | |
| 147 | pub fn higher_order_functions(&self) -> &HashMap<String, Arc<HigherOrderUDF>> { |
| 148 | &self.higher_order_functions |
no outgoing calls
no test coverage detected