Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cloudberry
/ SPI_getrelname
Function
SPI_getrelname
src/backend/executor/spi.c:1353–1357 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1351
}
1352
1353
char *
1354
SPI_getrelname(Relation rel)
1355
{
1356
return pstrdup(RelationGetRelationName(rel));
1357
}
1358
1359
char *
1360
SPI_getnspname(Relation rel)
Callers
11
moddatetime
Function · 0.85
insert_username
Function · 0.85
check_primary_key
Function · 0.85
check_foreign_key
Function · 0.85
autoinc
Function · 0.85
pltcl_trigger_handler
Function · 0.85
plperl_trigger_build_args
Function · 0.85
PLy_trigger_build_args
Function · 0.85
ttdummy
Function · 0.85
orafce_replace_empty_strings
Function · 0.85
orafce_replace_null_strings
Function · 0.85
Calls
1
pstrdup
Function · 0.50
Tested by
1
ttdummy
Function · 0.68