Return a reference to the input schema
(&self)
| 570 | |
| 571 | /// Return a reference to the input schema |
| 572 | pub fn schema(&self) -> &SchemaRef { |
| 573 | &self.schema |
| 574 | } |
| 575 | |
| 576 | /// Returns a reference to the physical expr used to construct this pruning predicate |
| 577 | pub fn orig_expr(&self) -> &Arc<dyn PhysicalExpr> { |