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

Method table_partition_cols

datafusion/datasource/src/table_schema.rs:169–171  ·  view source on GitHub ↗

Get the table partition columns. These are the columns derived from the directory structure that will be appended to each row during query execution.

(&self)

Source from the content-addressed store, hash-verified

167 /// These are the columns derived from the directory structure that
168 /// will be appended to each row during query execution.
169 pub fn table_partition_cols(&self) -> &Vec<FieldRef> {
170 &self.table_partition_cols
171 }
172
173 /// Get the full table schema (file schema + partition columns).
174 ///

Callers 3

create_physical_planMethod · 0.45
prepare_open_fileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected