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

Method schema

datafusion/physical-plan/src/union.rs:758–760  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

756
757impl RecordBatchStream for CombinedRecordBatchStream {
758 fn schema(&self) -> SchemaRef {
759 Arc::clone(&self.schema)
760 }
761}
762
763impl Stream for CombinedRecordBatchStream {

Callers 4

partition_statisticsMethod · 0.45
executeMethod · 0.45
union_schemaFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected