Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3286
int
3287
PQntuples(const PGresult *res)
3288
{
3289
if (!res)
3290
return 0;
3291
return res->ntups;
3292
}
3293
3294
int
3295
PQnfields(const PGresult *res)
Callers
15
fetch_more_data
Function · 0.85
execute_foreign_modify
Function · 0.85
execute_dml_stmt
Function · 0.85
postgresAnalyzeForeignTable
Function · 0.85
postgresAcquireSampleRowsFunc
Function · 0.85
postgresImportForeignSchema
Function · 0.85
make_tuple_from_result_row
Function · 0.85
greenplumCheckIsCloudberry
Function · 0.85
vacuumlo
Function · 0.85
materializeResult
Function · 0.85
storeRow
Function · 0.85
sql_exec
Function · 0.85
Calls
no outgoing calls
Tested by
15
try_complete_step
Function · 0.68
test_pipeline_abort
Function · 0.68
test_singlerowmode
Function · 0.68
test_transaction
Function · 0.68
main
Function · 0.68
exec_sql_with_resultset_in_extended_query_protocol
Function · 0.68
exec_sql_with_resultset
Function · 0.68
exec_check_parallel_cursor
Function · 0.68
main
Function · 0.68
exec_sql_with_resultset_in_extended_query_protocol
Function · 0.68
exec_sql_with_resultset
Function · 0.68
exec_check_parallel_cursor
Function · 0.68