MCPcopy Create free account
hub / github.com/apache/cloudberry / get_partition_strategy

Function get_partition_strategy

src/include/utils/partcache.h:57–61  ·  view source on GitHub ↗

* PartitionKey inquiry functions */

Source from the content-addressed store, hash-verified

55 * PartitionKey inquiry functions
56 */
57static inline int
58get_partition_strategy(PartitionKey key)
59{
60 return key->strategy;
61}
62
63static inline int
64get_partition_natts(PartitionKey key)

Callers 1

transformPartitionBoundFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected