(&self)
| 1035 | } |
| 1036 | |
| 1037 | fn scalar_expr(&self) -> &Arc<dyn PhysicalExpr> { |
| 1038 | &self.scalar_expr |
| 1039 | } |
| 1040 | |
| 1041 | fn min_column_expr(&mut self) -> Result<Arc<dyn PhysicalExpr>> { |
| 1042 | self.required_columns |
no outgoing calls
no test coverage detected