Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cloudberry
/ SPI_connect
Function
SPI_connect
src/backend/executor/spi.c:108–112 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
106
/* =================== interface functions =================== */
107
108
int
109
SPI_connect(void)
110
{
111
return SPI_connect_ext(0);
112
}
113
114
int
115
SPI_connect_ext(int options)
Callers
15
check_primary_key
Function · 0.85
check_foreign_key
Function · 0.85
crosstab
Function · 0.85
load_categories_hash
Function · 0.85
get_crosstab_tuplestore
Function · 0.85
connectby
Function · 0.85
get_tuple_of_interest
Function · 0.85
xpath_table
Function · 0.85
pltcl_trigger_handler
Function · 0.85
pltcl_event_trigger_handler
Function · 0.85
plpgsql_validator
Function · 0.85
plperl_trigger_handler
Function · 0.85
Calls
1
SPI_connect_ext
Function · 0.85
Tested by
5
test_predtest
Function · 0.68
initialize_worker_spi
Function · 0.68
worker_spi_main
Function · 0.68
test_execute_spi_expression
Function · 0.68
ttdummy
Function · 0.68