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

Method output_schema

datafusion/datasource/src/file_sink_config.rs:167–169  ·  view source on GitHub ↗

Get output schema

(&self)

Source from the content-addressed store, hash-verified

165impl FileSinkConfig {
166 /// Get output schema
167 pub fn output_schema(&self) -> &SchemaRef {
168 &self.output_schema
169 }
170}

Callers 6

get_writer_schemaFunction · 0.45
schemaMethod · 0.45
schemaMethod · 0.45
schemaMethod · 0.45
create_writer_propsMethod · 0.45
schemaMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected