PostgreSQL Source Code git master
|
Data Fields | |
int | participant |
SharedTuplestore * | sts |
SharedFileSet * | fileset |
MemoryContext | context |
int | read_participant |
BufFile * | read_file |
int | read_ntuples_available |
int | read_ntuples |
size_t | read_bytes |
char * | read_buffer |
size_t | read_buffer_size |
BlockNumber | read_next_page |
SharedTuplestoreChunk * | write_chunk |
BufFile * | write_file |
BlockNumber | write_page |
char * | write_pointer |
char * | write_end |
Definition at line 71 of file sharedtuplestore.c.
MemoryContext SharedTuplestoreAccessor::context |
Definition at line 76 of file sharedtuplestore.c.
Referenced by sts_attach(), sts_initialize(), sts_parallel_scan_next(), sts_puttuple(), and sts_read_tuple().
SharedFileSet* SharedTuplestoreAccessor::fileset |
Definition at line 75 of file sharedtuplestore.c.
Referenced by sts_attach(), sts_initialize(), sts_parallel_scan_next(), and sts_puttuple().
int SharedTuplestoreAccessor::participant |
Definition at line 73 of file sharedtuplestore.c.
Referenced by sts_attach(), sts_begin_parallel_scan(), sts_end_write(), sts_flush_chunk(), sts_initialize(), sts_parallel_scan_next(), and sts_puttuple().
char* SharedTuplestoreAccessor::read_buffer |
Definition at line 84 of file sharedtuplestore.c.
Referenced by sts_read_tuple().
size_t SharedTuplestoreAccessor::read_buffer_size |
Definition at line 85 of file sharedtuplestore.c.
Referenced by sts_read_tuple().
size_t SharedTuplestoreAccessor::read_bytes |
Definition at line 83 of file sharedtuplestore.c.
Referenced by sts_parallel_scan_next(), and sts_read_tuple().
BufFile* SharedTuplestoreAccessor::read_file |
Definition at line 80 of file sharedtuplestore.c.
Referenced by sts_begin_parallel_scan(), sts_end_parallel_scan(), sts_parallel_scan_next(), and sts_read_tuple().
BlockNumber SharedTuplestoreAccessor::read_next_page |
Definition at line 86 of file sharedtuplestore.c.
Referenced by sts_begin_parallel_scan(), sts_parallel_scan_next(), and sts_read_tuple().
int SharedTuplestoreAccessor::read_ntuples |
Definition at line 82 of file sharedtuplestore.c.
Referenced by sts_parallel_scan_next(), and sts_read_tuple().
int SharedTuplestoreAccessor::read_ntuples_available |
Definition at line 81 of file sharedtuplestore.c.
Referenced by sts_parallel_scan_next(), and sts_read_tuple().
int SharedTuplestoreAccessor::read_participant |
Definition at line 79 of file sharedtuplestore.c.
Referenced by sts_begin_parallel_scan(), and sts_parallel_scan_next().
SharedTuplestore* SharedTuplestoreAccessor::sts |
Definition at line 74 of file sharedtuplestore.c.
Referenced by sts_attach(), sts_begin_parallel_scan(), sts_end_write(), sts_filename(), sts_flush_chunk(), sts_initialize(), sts_parallel_scan_next(), sts_puttuple(), sts_read_tuple(), and sts_reinitialize().
SharedTuplestoreChunk* SharedTuplestoreAccessor::write_chunk |
Definition at line 89 of file sharedtuplestore.c.
Referenced by sts_end_write(), sts_flush_chunk(), and sts_puttuple().
char* SharedTuplestoreAccessor::write_end |
Definition at line 93 of file sharedtuplestore.c.
Referenced by sts_puttuple().
BufFile* SharedTuplestoreAccessor::write_file |
Definition at line 90 of file sharedtuplestore.c.
Referenced by sts_end_write(), sts_flush_chunk(), and sts_puttuple().
BlockNumber SharedTuplestoreAccessor::write_page |
Definition at line 91 of file sharedtuplestore.c.
char* SharedTuplestoreAccessor::write_pointer |
Definition at line 92 of file sharedtuplestore.c.
Referenced by sts_flush_chunk(), and sts_puttuple().