public abstract class ReaderColumnSelection extends Object
Modifier and Type | Field and Description |
---|---|
protected int[] |
_colIndexes |
protected int |
_lastRow |
protected int |
_numRows |
protected boolean |
_skipZeros |
Modifier | Constructor and Description |
---|---|
protected |
ReaderColumnSelection(int[] colIndexes,
int numRows,
boolean skipZeros) |
Modifier and Type | Method and Description |
---|---|
int |
getCurrentRowIndex() |
abstract DblArray |
nextRow()
Gets the next row, null when no more rows.
|
void |
reset()
Resets the reader to the first row.
|
protected int[] _colIndexes
protected int _numRows
protected int _lastRow
protected boolean _skipZeros
protected ReaderColumnSelection(int[] colIndexes, int numRows, boolean skipZeros)
public abstract DblArray nextRow()
public int getCurrentRowIndex()
public void reset()
Copyright © 2018 The Apache Software Foundation. All rights reserved.