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

Function parseInput

src/interfaces/libpq/fe-exec.c:1974–1978  ·  view source on GitHub ↗

* parseInput: if appropriate, parse input data from backend * until input is exhausted or a stopping state is reached. * Note that this function will NOT attempt to read more data from the backend. */

Source from the content-addressed store, hash-verified

1972 * Note that this function will NOT attempt to read more data from the backend.
1973 */
1974static void
1975parseInput(PGconn *conn)
1976{
1977 pqParseInput3(conn);
1978}
1979
1980/*
1981 * PQisBusy

Callers 4

PQisBusyFunction · 0.85
PQgetResultFunction · 0.85
PQnotifiesFunction · 0.85
PQputCopyDataFunction · 0.85

Calls 1

pqParseInput3Function · 0.85

Tested by

no test coverage detected