OmniSciDB
a5dc49c757
|
#include <ResultSet.h>
Public Attributes | |
size_t | prev_target_idx_ {0} |
size_t | cur_target_idx_ |
size_t | agg_idx_ {0} |
int8_t const * | buf_ptr_ {nullptr} |
int8_t | compact_sz1_ |
Definition at line 620 of file ResultSet.h.
size_t ResultSet::RowIterationState::agg_idx_ {0} |
Definition at line 623 of file ResultSet.h.
Referenced by ResultSet::eachCellInColumn().
int8_t const* ResultSet::RowIterationState::buf_ptr_ {nullptr} |
Definition at line 624 of file ResultSet.h.
Referenced by ResultSet::eachCellInColumn().
int8_t ResultSet::RowIterationState::compact_sz1_ |
Definition at line 625 of file ResultSet.h.
Referenced by ResultSet::eachCellInColumn().
size_t ResultSet::RowIterationState::cur_target_idx_ |
Definition at line 622 of file ResultSet.h.
Referenced by ResultSet::eachCellInColumn().
size_t ResultSet::RowIterationState::prev_target_idx_ {0} |
Definition at line 621 of file ResultSet.h.
Referenced by ResultSet::eachCellInColumn().