Arc clone of ref to schema
(&self)
| 140 | |
| 141 | /// Arc clone of ref to schema |
| 142 | pub fn schema(&self) -> SchemaRef { |
| 143 | Arc::clone(&self.schema) |
| 144 | } |
| 145 | |
| 146 | /// This function creates the cache object that stores the plan properties such as schema, equivalence properties, ordering, partitioning, etc. |
| 147 | fn compute_properties(schema: SchemaRef) -> PlanProperties { |
no outgoing calls