MCPcopy Create free account
hub / github.com/apache/impala / num_partition_keys

Method num_partition_keys

be/src/exec/hdfs-scan-node-base.h:453–453  ·  view source on GitHub ↗

Returns number of partition keys in the table.

Source from the content-addressed store, hash-verified

451
452 /// Returns number of partition keys in the table.
453 int num_partition_keys() const { return hdfs_table_->num_clustering_cols(); }
454
455 /// Returns number of partition key slots.
456 int num_materialized_partition_keys() const { return partition_key_slots_.size(); }

Callers 9

IsValuePartitionColMethod · 0.80
InitNewRangeMethod · 0.80
InitNewRangeMethod · 0.80
ProcessRangeMethod · 0.80
ResolveSchemasMethod · 0.80
InitNewRangeMethod · 0.80

Calls 1

num_clustering_colsMethod · 0.80

Tested by

no test coverage detected