MCPcopy 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
69static inline List *
70get_partition_exprs(PartitionKey key)
71{
72 return key->partexprs;
73}
74
75/*
76 * PartitionKey inquiry functions - one column

Callers 3

transformPartitionBoundFunction · 0.85
has_partition_attrsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected