MCPcopy 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
96static inline Oid
97get_partition_col_collation(PartitionKey key, int col)
98{
99 return key->partcollation[col];
100}
101
102#endif /* PARTCACHE_H */

Callers 5

AtExecGPSplitPartitionFunction · 0.85
transformPartitionBoundFunction · 0.85
initPartEveryIteratorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected