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

Function PQntuples

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

Source from the content-addressed store, hash-verified

3284}
3285
3286int
3287PQntuples(const PGresult *res)
3288{
3289 if (!res)
3290 return 0;
3291 return res->ntups;
3292}
3293
3294int
3295PQnfields(const PGresult *res)

Callers 15

fetch_more_dataFunction · 0.85
execute_foreign_modifyFunction · 0.85
execute_dml_stmtFunction · 0.85
vacuumloFunction · 0.85
materializeResultFunction · 0.85
storeRowFunction · 0.85
sql_execFunction · 0.85

Calls

no outgoing calls

Tested by 15

try_complete_stepFunction · 0.68
test_pipeline_abortFunction · 0.68
test_singlerowmodeFunction · 0.68
test_transactionFunction · 0.68
mainFunction · 0.68
exec_sql_with_resultsetFunction · 0.68
mainFunction · 0.68
exec_sql_with_resultsetFunction · 0.68