QueryResult.blocks

Data blocks, each block being an array of rows sharing one row description. Each sql statement in simple query protocol creates one block. Each portal execution in EQ protocol creates one block.

struct QueryResult
RowBlock[] blocks;

Meta