Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cloudberry
/ PQnfields
Function
PQnfields
src/interfaces/libpq/fe-exec.c:3294–3300 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3292
}
3293
3294
int
3295
PQnfields(const PGresult *res)
3296
{
3297
if (!res)
3298
return 0;
3299
return res->numAttributes;
3300
}
3301
3302
int
3303
PQbinaryTuples(const PGresult *res)
Callers
15
postgresAnalyzeForeignTable
Function · 0.85
make_tuple_from_result_row
Function · 0.85
materializeResult
Function · 0.85
storeRow
Function · 0.85
sql_exec
Function · 0.85
gp_dist_wait_status
Function · 0.85
pg_lock_status
Function · 0.85
get_size_from_segDBs
Function · 0.85
cbdb_get_size_from_segDBs
Function · 0.85
gp_current_snapshot
Function · 0.85
ftsReceive
Function · 0.85
calculate_correlation_use_weighted_mean
Function · 0.85
Calls
no outgoing calls
Tested by
14
test_prepared
Function · 0.68
exec_sql_with_resultset_in_extended_query_protocol
Function · 0.68
exec_sql_with_resultset
Function · 0.68
exec_sql_with_resultset_in_extended_query_protocol
Function · 0.68
exec_sql_with_resultset
Function · 0.68
gp_execute_on_server
Function · 0.68
exec_sql_with_resultset
Function · 0.68
exec_sql_with_resultset
Function · 0.68
main
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