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

Method schema

datafusion/datasource-parquet/src/sink.rs:403–405  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

401 }
402
403 fn schema(&self) -> &SchemaRef {
404 self.config.output_schema()
405 }
406
407 async fn write_all(
408 &self,

Calls 1

output_schemaMethod · 0.45