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

Method file_schema

datafusion/datasource/src/table_schema.rs:161–163  ·  view source on GitHub ↗

Get the file schema (without partition columns). This is the schema of the actual data files on disk.

(&self)

Source from the content-addressed store, hash-verified

159 ///
160 /// This is the schema of the actual data files on disk.
161 pub fn file_schema(&self) -> &SchemaRef {
162 &self.file_schema
163 }
164
165 /// Get the table partition columns.
166 ///

Callers 15

unprojectedMethod · 0.45
create_file_openerMethod · 0.45
create_file_openerMethod · 0.45
create_physical_planMethod · 0.45
to_substrait_relFunction · 0.45
builderMethod · 0.45
create_file_openerMethod · 0.45

Calls

no outgoing calls

Tested by 1