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

Function SPI_prepare

src/backend/executor/spi.c:887–891  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

885}
886
887SPIPlanPtr
888SPI_prepare(const char *src, int nargs, Oid *argtypes)
889{
890 return SPI_prepare_cursor(src, nargs, argtypes, 0);
891}
892
893SPIPlanPtr
894SPI_prepare_cursor(const char *src, int nargs, Oid *argtypes,

Callers 15

check_primary_keyFunction · 0.85
check_foreign_keyFunction · 0.85
pltcl_SPI_prepareFunction · 0.85
plperl_spi_queryFunction · 0.85
plperl_spi_prepareFunction · 0.85
PLy_cursor_queryFunction · 0.85
PLy_spi_prepareFunction · 0.85
query_to_xmlschemaFunction · 0.85
tsquery_rewrite_queryFunction · 0.85
pg_get_ruledef_workerFunction · 0.85
pg_get_viewdef_workerFunction · 0.85

Calls 1

SPI_prepare_cursorFunction · 0.85

Tested by 2

test_predtestFunction · 0.68
ttdummyFunction · 0.68