public class ReaderColumnSelectionDense extends ReaderColumnSelection
Modifier and Type | Field and Description |
---|---|
protected MatrixBlock |
_data |
_colIndexes, _lastRow, _numRows, _skipZeros
Constructor and Description |
---|
ReaderColumnSelectionDense(MatrixBlock data,
int[] colIndices,
boolean skipZeros) |
Modifier and Type | Method and Description |
---|---|
DblArray |
nextRow()
Gets the next row, null when no more rows.
|
getCurrentRowIndex, reset
protected MatrixBlock _data
public ReaderColumnSelectionDense(MatrixBlock data, int[] colIndices, boolean skipZeros)
public DblArray nextRow()
ReaderColumnSelection
nextRow
in class ReaderColumnSelection
Copyright © 2018 The Apache Software Foundation. All rights reserved.