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

Method schema

datafusion/datasource-arrow/src/file_format.rs:368–370  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

366#[async_trait]
367impl DataSink for ArrowFileSink {
368 fn schema(&self) -> &SchemaRef {
369 self.config.output_schema()
370 }
371
372 async fn write_all(
373 &self,

Callers 10

openMethod · 0.45
infer_schemaMethod · 0.45
openMethod · 0.45
test_avro_basicFunction · 0.45

Calls 1

output_schemaMethod · 0.45