Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
887
SPIPlanPtr
888
SPI_prepare(const char *src, int nargs, Oid *argtypes)
889
{
890
return SPI_prepare_cursor(src, nargs, argtypes, 0);
891
}
892
893
SPIPlanPtr
894
SPI_prepare_cursor(const char *src, int nargs, Oid *argtypes,
Callers
15
check_primary_key
Function · 0.85
check_foreign_key
Function · 0.85
pltcl_SPI_prepare
Function · 0.85
plperl_spi_query
Function · 0.85
plperl_spi_prepare
Function · 0.85
PLy_cursor_query
Function · 0.85
PLy_spi_prepare
Function · 0.85
query_to_xmlschema
Function · 0.85
query_to_xml_and_xmlschema
Function · 0.85
tsquery_rewrite_query
Function · 0.85
pg_get_ruledef_worker
Function · 0.85
pg_get_viewdef_worker
Function · 0.85
Calls
1
SPI_prepare_cursor
Function · 0.85
Tested by
2
test_predtest
Function · 0.68
ttdummy
Function · 0.68