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

Method schema

datafusion/core/tests/memory_limit/mod.rs:1112–1114  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

1110
1111impl PartitionStream for DummyStreamPartition {
1112 fn schema(&self) -> &SchemaRef {
1113 &self.schema
1114 }
1115
1116 fn execute(&self, _ctx: Arc<TaskContext>) -> SendableRecordBatchStream {
1117 // We create an iterator from the record batches and map them into Ok values,

Callers 5

tableMethod · 0.45
newMethod · 0.45
scanMethod · 0.45

Calls 1

cloneMethod · 0.45

Tested by

no test coverage detected