public abstract class ReaderColumnSelection extends Object
Modifier and Type | Method and Description |
---|---|
static ReaderColumnSelection |
createReader(MatrixBlock rawBlock,
int[] colIndices,
boolean transposed) |
static ReaderColumnSelection |
createReader(MatrixBlock rawBlock,
int[] colIndices,
boolean transposed,
int rl,
int ru) |
int |
getCurrentRowIndex() |
DblArray |
nextRow()
Gets the next row, null when no more rows.
|
public DblArray nextRow()
public int getCurrentRowIndex()
public static ReaderColumnSelection createReader(MatrixBlock rawBlock, int[] colIndices, boolean transposed)
public static ReaderColumnSelection createReader(MatrixBlock rawBlock, int[] colIndices, boolean transposed, int rl, int ru)
Copyright © 2021 The Apache Software Foundation. All rights reserved.