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

Method schema

datafusion/core/tests/physical_optimizer/test_utils.rs:525–527  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

523
524impl PartitionStream for TestStreamPartition {
525 fn schema(&self) -> &SchemaRef {
526 &self.schema
527 }
528 fn execute(&self, _ctx: Arc<TaskContext>) -> SendableRecordBatchStream {
529 unreachable!()
530 }

Calls

no outgoing calls

Tested by

no test coverage detected