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

Method schema

datafusion/datasource-csv/src/file_format.rs:818–820  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

816#[async_trait]
817impl DataSink for CsvSink {
818 fn schema(&self) -> &SchemaRef {
819 self.config.output_schema()
820 }
821
822 async fn write_all(
823 &self,

Callers

nothing calls this directly

Calls 1

output_schemaMethod · 0.45

Tested by

no test coverage detected