OmniSciDB
c0231cc57d
|
#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 592 of file ResultSet.h.
size_t ResultSet::RowIterationState::agg_idx_ {0} |
Definition at line 595 of file ResultSet.h.
Referenced by ResultSet::eachCellInColumn().
int8_t const* ResultSet::RowIterationState::buf_ptr_ {nullptr} |
Definition at line 596 of file ResultSet.h.
Referenced by ResultSet::eachCellInColumn().
int8_t ResultSet::RowIterationState::compact_sz1_ |
Definition at line 597 of file ResultSet.h.
Referenced by ResultSet::eachCellInColumn().
size_t ResultSet::RowIterationState::cur_target_idx_ |
Definition at line 594 of file ResultSet.h.
Referenced by ResultSet::eachCellInColumn().
size_t ResultSet::RowIterationState::prev_target_idx_ {0} |
Definition at line 593 of file ResultSet.h.
Referenced by ResultSet::eachCellInColumn().