A list of values and their positions. More...
#include <ibin.h>
Public Member Functions | |
void | next () |
Move to the next row. | |
bitvector::word_t | position () const |
The current position (RID). | |
valpos (const array_t< T > &v, const bitvector &b) | |
Constructor. | |
valpos () | |
Default constructor. | |
T | value () const |
The current value. | |
Public Attributes | |
ibis::bitvector::indexSet | ind |
The index set representing the positions. | |
ibis::bitvector::word_t | ji |
The current index value inside the index set. | |
ibis::bitvector::word_t | jv |
The current index in vals. | |
const T * | vals |
The list of values. | |
A list of values and their positions.