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.
|
NewChunk |
inflate_impl(NewChunk nc)
Chunk-specific bulk inflater back to NewChunk.
|
protected void |
initFromBytes() |
protected boolean |
isNA_impl(int idx) |
static AutoBuffer |
write_impl(SubsetChunk sc,
AutoBuffer bb) |
asBytes, asSparseDoubles, asSparseDoubles, at16h, at16l, at8, atd, atStr, byteSize, chk2, cidx, close, crushBytes, deepCopy, getBytes, getDoubles, getDoubles, getDoubles, getIntegers, hasFloat, hasNA, inflate, isNA, isSparseNA, isSparseZero, len, nextChunk, nextNNA, nextNZ, nonnas, nonzeros, precision, read_impl, reloadFromBytes, replaceAll, reportBrokenCategorical, set_abs, set, set, set, set, set, setBytes, setNA, setStart, setVec, sparseLenNA, sparseLenZero, start, toString, vec, write_impl
clone, copyOver, frozenType, read, readExternal, readJSON, toJsonString, write, writeExternal, writeJSON
protected double atd_impl(int idx)
Chunk
protected long at8_impl(int idx)
protected boolean isNA_impl(int idx)
public NewChunk inflate_impl(NewChunk nc)
Chunk
inflate_impl
in class Chunk
public static AutoBuffer write_impl(SubsetChunk sc, AutoBuffer bb)
protected final void initFromBytes()
initFromBytes
in class Chunk