OmniSciDB
a5dc49c757
|
#include <ColumnFetcher.h>
Public Attributes | |
std::vector< std::vector < const int8_t * > > | col_buffers |
std::vector< std::vector < int64_t > > | num_rows |
std::vector< std::vector < uint64_t > > | frag_offsets |
Definition at line 41 of file ColumnFetcher.h.
std::vector<std::vector<const int8_t*> > FetchResult::col_buffers |
Definition at line 42 of file ColumnFetcher.h.
Referenced by operator<<().
std::vector<std::vector<uint64_t> > FetchResult::frag_offsets |
Definition at line 44 of file ColumnFetcher.h.
Referenced by operator<<().
std::vector<std::vector<int64_t> > FetchResult::num_rows |
Definition at line 43 of file ColumnFetcher.h.
Referenced by operator<<().