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

Method schema

datafusion/physical-plan/src/execution_plan.rs:143–145  ·  view source on GitHub ↗

Get the schema for this execution plan

(&self)

Source from the content-addressed store, hash-verified

141
142 /// Get the schema for this execution plan
143 fn schema(&self) -> SchemaRef {
144 Arc::clone(self.properties().schema())
145 }
146
147 /// Return properties of the output of the `ExecutionPlan`, such as output
148 /// ordering(s), partitioning information etc.

Callers

nothing calls this directly

Implementers 15

composed_extension_codec.rsdatafusion-examples/examples/proto/com
table_sample.rsdatafusion-examples/examples/relation_
memory_pool_execution_plan.rsdatafusion-examples/examples/execution
custom_datasource.rsdatafusion-examples/examples/custom_da
filter.rsdatafusion/physical-plan/src/filter.rs
recursive_query.rsdatafusion/physical-plan/src/recursive
streaming.rsdatafusion/physical-plan/src/streaming
analyze.rsdatafusion/physical-plan/src/analyze.r
unnest.rsdatafusion/physical-plan/src/unnest.rs
limit.rsdatafusion/physical-plan/src/limit.rs
buffer.rsdatafusion/physical-plan/src/buffer.rs
display.rsdatafusion/physical-plan/src/display.r

Calls 2

schemaMethod · 0.45
propertiesMethod · 0.45

Tested by

no test coverage detected