PostgreSQL Source Code  git master
SharedTuplestoreChunk Struct Reference

Data Fields

int ntuples
 
int overflow
 
char data [FLEXIBLE_ARRAY_MEMBER]
 

Detailed Description

Definition at line 42 of file sharedtuplestore.c.

Field Documentation

◆ data

char SharedTuplestoreChunk::data[FLEXIBLE_ARRAY_MEMBER]

Definition at line 46 of file sharedtuplestore.c.

Referenced by sts_flush_chunk(), and sts_puttuple().

◆ ntuples

int SharedTuplestoreChunk::ntuples

Definition at line 44 of file sharedtuplestore.c.

Referenced by sts_parallel_scan_next(), sts_puttuple(), and sts_read_tuple().

◆ overflow

int SharedTuplestoreChunk::overflow

Definition at line 45 of file sharedtuplestore.c.

Referenced by sts_parallel_scan_next(), sts_puttuple(), and sts_read_tuple().


The documentation for this struct was generated from the following file: