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

Method table_partition_cols

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

Get the table partition columns

(&self)

Source from the content-addressed store, hash-verified

1096
1097 /// Get the table partition columns
1098 pub fn table_partition_cols(&self) -> &Vec<FieldRef> {
1099 self.file_source.table_schema().table_partition_cols()
1100 }
1101
1102 /// Returns the unprojected table statistics, marking them as inexact if filters are present.
1103 ///

Callers 1

output_partitioningMethod · 0.45

Calls 1

table_schemaMethod · 0.45

Tested by

no test coverage detected