Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cloudberry
/ PQbinaryTuples
Function
PQbinaryTuples
src/interfaces/libpq/fe-exec.c:3302–3308 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3300
}
3301
3302
int
3303
PQbinaryTuples(const PGresult *res)
3304
{
3305
if (!res)
3306
return 0;
3307
return res->binary;
3308
}
3309
3310
/*
3311
* Helper routines to range-check field numbers and tuple numbers.
Callers
1
ProcessResult
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected