Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cloudberry
/ get_partition_exprs
Function
get_partition_exprs
src/include/utils/partcache.h:69–73 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
67
}
68
69
static inline List *
70
get_partition_exprs(PartitionKey key)
71
{
72
return key->partexprs;
73
}
74
75
/*
76
* PartitionKey inquiry functions - one column
Callers
3
transformPartitionBound
Function · 0.85
transformPartitionRangeBounds
Function · 0.85
has_partition_attrs
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected