Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cloudberry
/ IsReplicatedTable
Function
IsReplicatedTable
src/backend/cdb/cdbcat.c:248–252 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
246
}
247
248
bool
249
IsReplicatedTable(Oid relid)
250
{
251
return GpPolicyIsReplicated(GpPolicyFetch(relid));
252
}
253
254
/*
255
* Returns true only if the policy is a replicated.
Callers
1
querytree_safe_for_qe_walker
Function · 0.85
Calls
2
GpPolicyIsReplicated
Function · 0.85
GpPolicyFetch
Function · 0.85
Tested by
no test coverage detected