Skip to main content

get_partition_columns

Function get_partition_columns 

Source
pub fn get_partition_columns(table: &DeltaTable) -> Vec<String>
Expand description

Returns the table’s partition columns, or an empty list if the snapshot is unavailable. Best-effort: used for clustering diagnostics, never for correctness, so a missing snapshot is not an error.