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

Method schema

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

Get schema of the node.

(&self)

Source from the content-addressed store, hash-verified

1174
1175 /// Get schema of the node.
1176 pub(crate) fn schema(&self) -> &SchemaRef {
1177 self.eq_properties.schema()
1178 }
1179}
1180
1181macro_rules! check_len {

Callers 4

schemaMethod · 0.45
partition_statisticsMethod · 0.45
execute_streamFunction · 0.45
execute_input_streamFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected