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

Function get_partition_natts

src/include/utils/partcache.h:63–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63static inline int
64get_partition_natts(PartitionKey key)
65{
66 return key->partnatts;
67}
68
69static inline List *
70get_partition_exprs(PartitionKey key)

Callers 3

transformPartitionBoundFunction · 0.85
has_partition_attrsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected