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

Method schema

datafusion/datasource/src/file_stream/mod.rs:131–133  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

129
130impl RecordBatchStream for FileStream {
131 fn schema(&self) -> SchemaRef {
132 Arc::clone(&self.projected_schema)
133 }
134}
135
136/// A fallible future that resolves to a stream of [`RecordBatch`]

Callers 4

resultMethod · 0.45
row_count_demuxerFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected