Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
63
static inline int
64
get_partition_natts(PartitionKey key)
65
{
66
return key->partnatts;
67
}
68
69
static inline List *
70
get_partition_exprs(PartitionKey key)
Callers
3
transformPartitionBound
Function · 0.85
ExecBuildSlotPartitionKeyDescription
Function · 0.85
has_partition_attrs
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected