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

Function SPI_exec

src/backend/executor/spi.c:657–661  ·  view source on GitHub ↗

Obsolete version of SPI_execute */

Source from the content-addressed store, hash-verified

655
656/* Obsolete version of SPI_execute */
657int
658SPI_exec(const char *src, long tcount)
659{
660 return SPI_execute(src, false, tcount);
661}
662
663/* Parse, plan, and execute a query string, with extensible options */
664int

Callers 10

get_tuple_of_interestFunction · 0.85
xpath_tableFunction · 0.85
refresh_by_match_mergeFunction · 0.85
apply_old_deltaFunction · 0.85
apply_new_deltaFunction · 0.85
apply_cleanupFunction · 0.85
ivm_export_snapshotFunction · 0.85
GppcSPIExecFunction · 0.85

Calls 1

SPI_executeFunction · 0.85

Tested by

no test coverage detected