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

Method table_schema

datafusion/datasource/src/file_scan_config/mod.rs:337–339  ·  view source on GitHub ↗

Return the table schema

(&self)

Source from the content-addressed store, hash-verified

335
336 /// Return the table schema
337 pub fn table_schema(&self) -> &SchemaRef {
338 self.file_source.table_schema().table_schema()
339 }
340
341 /// Set the columns on which to project the data. Indexes that are higher than the
342 /// number of columns of `file_schema` refer to `table_partition_cols`.

Callers 8

buildMethod · 0.45
eq_propertiesMethod · 0.45
try_pushdown_filtersMethod · 0.45
file_schemaMethod · 0.45
table_partition_colsMethod · 0.45
projected_schemaMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected