MCPcopy Create free account
hub / github.com/apache/datafusion / schema

Method schema

datafusion/physical-plan/src/work_table.rs:142–144  ·  view source on GitHub ↗

Arc clone of ref to schema

(&self)

Source from the content-addressed store, hash-verified

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 {

Callers 15

get_bench_dataFunction · 0.45
try_newMethod · 0.45
partition_schemaMethod · 0.45
with_batchesMethod · 0.45
executeMethod · 0.45
project_plan_to_schemaFunction · 0.45
spawn_bufferedFunction · 0.45
executeMethod · 0.45
partition_statisticsMethod · 0.45
executeMethod · 0.45

Calls

no outgoing calls

Tested by 1

test_work_tableFunction · 0.36