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

Method table_schema

datafusion/datasource/src/table_schema.rs:177–179  ·  view source on GitHub ↗

Get the full table schema (file schema + partition columns). This is the complete schema that will be seen by queries, combining both the columns from the files and the partition columns.

(&self)

Source from the content-addressed store, hash-verified

175 /// This is the complete schema that will be seen by queries, combining
176 /// both the columns from the files and the partition columns.
177 pub fn table_schema(&self) -> &SchemaRef {
178 &self.table_schema
179 }
180}
181
182impl From<SchemaRef> for TableSchema {

Callers 1

unprojectedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected