public abstract class ReaderColumnSelection extends Object
Modifier and Type | Method and Description |
---|---|
static ReaderColumnSelection |
createCompressedReader(CompressedMatrixBlock compBlock,
int[] colIndices) |
static ReaderColumnSelection |
createReader(MatrixBlock rawBlock,
int[] colIndices,
boolean transposed) |
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 createCompressedReader(CompressedMatrixBlock compBlock, int[] colIndices)
Copyright © 2021 The Apache Software Foundation. All rights reserved.