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

Method schema

datafusion/catalog/src/stream.rs:180–182  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

178
179impl StreamProvider for FileStreamProvider {
180 fn schema(&self) -> &SchemaRef {
181 &self.schema
182 }
183
184 fn reader(&self) -> Result<Box<dyn RecordBatchReader>> {
185 let file = File::open(&self.location)?;

Callers 3

scanMethod · 0.45
insert_intoMethod · 0.45
executeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected