MCPcopy Create free account
hub / github.com/apache/cloudberry / GetRelationPartitionKey

Method GetRelationPartitionKey

src/backend/gpopt/gpdbwrappers.cpp:760–769  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

758}
759
760PartitionKey
761gpdb::GetRelationPartitionKey(Relation rel)
762{
763 GP_WRAP_START;
764 {
765 return RelationGetPartitionKey(rel);
766 }
767 GP_WRAP_END;
768 return nullptr;
769}
770
771PartitionDesc
772gpdb::RelationGetPartitionDesc(Relation rel, bool omit_detached)

Callers

nothing calls this directly

Calls 1

RelationGetPartitionKeyFunction · 0.85

Tested by

no test coverage detected