OmniSciDB
c1a53651b2
|
#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 616 of file ResultSet.h.
size_t ResultSet::RowIterationState::agg_idx_ {0} |
Definition at line 619 of file ResultSet.h.
Referenced by ResultSet::eachCellInColumn().
int8_t const* ResultSet::RowIterationState::buf_ptr_ {nullptr} |
Definition at line 620 of file ResultSet.h.
Referenced by ResultSet::eachCellInColumn().
int8_t ResultSet::RowIterationState::compact_sz1_ |
Definition at line 621 of file ResultSet.h.
Referenced by ResultSet::eachCellInColumn().
size_t ResultSet::RowIterationState::cur_target_idx_ |
Definition at line 618 of file ResultSet.h.
Referenced by ResultSet::eachCellInColumn().
size_t ResultSet::RowIterationState::prev_target_idx_ {0} |
Definition at line 617 of file ResultSet.h.
Referenced by ResultSet::eachCellInColumn().