Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cloudberry
/ get_partition_col_collation
Function
get_partition_col_collation
src/include/utils/partcache.h:96–100 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
94
}
95
96
static inline Oid
97
get_partition_col_collation(PartitionKey key, int col)
98
{
99
return key->partcollation[col];
100
}
101
102
#endif /* PARTCACHE_H */
Callers
5
FormPartitionKeyDatumFromExpr
Function · 0.85
AtExecGPSplitPartition
Function · 0.85
transformPartitionBound
Function · 0.85
transformPartitionRangeBounds
Function · 0.85
initPartEveryIterator
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected