public class SubsetChunk extends Chunk
Constructor and Description |
---|
SubsetChunk(Chunk data,
Chunk rows,
Vec subset_vec) |
Modifier and Type | Method and Description |
---|---|
protected long |
at8_impl(int idx) |
protected double |
atd_impl(int idx)
Chunk-specific readers.
|
protected void |
initFromBytes() |
protected boolean |
isNA_impl(int idx) |
ChunkVisitor |
processRows(ChunkVisitor nc,
int... rows) |
ChunkVisitor |
processRows(ChunkVisitor nc,
int from,
int to) |
static AutoBuffer |
write_impl(SubsetChunk sc,
AutoBuffer bb) |
asBytes, at16h, at16l, at8, atd, atStr, byteSize, chk2, cidx, close, deepCopy, extractRows, extractRows, extractRows, getBytes, getDoubles, getDoubles, getDoubles, getDoubles, getIntegers, getSparseDoubles, getSparseDoubles, hasFloat, hasNA, inflate, isNA, isSparseNA, isSparseZero, isVolatile, len, nextChunk, nextNZ, nextNZ, nonzeros, precision, read_impl, reloadFromBytes, replaceAll, reportBrokenCategorical, set_abs, set_abs, set, set, set, set, set, set, setAny, setBytes, setNA, setStart, setVec, setVolatile, setVolatile, sparseLenNA, sparseLenZero, start, stringAt, toString, vec, write_impl
clone, copyOver, frozenType, read, readExternal, readJSON, toJsonBytes, toJsonString, write, writeExternal, writeJSON
public ChunkVisitor processRows(ChunkVisitor nc, int from, int to)
processRows
in class Chunk
public ChunkVisitor processRows(ChunkVisitor nc, int... rows)
processRows
in class Chunk
protected double atd_impl(int idx)
Chunk
protected long at8_impl(int idx)
protected boolean isNA_impl(int idx)
public static AutoBuffer write_impl(SubsetChunk sc, AutoBuffer bb)
protected final void initFromBytes()
initFromBytes
in class Chunk