public static class TransformWrappedVec.TransformWrappedChunk extends Chunk
Modifier and Type | Method and Description |
---|---|
long |
at8_impl(int idx) |
double |
atd_impl(int idx)
Chunk-specific readers.
|
NewChunk |
inflate_impl(NewChunk nc)
Chunk-specific bulk inflater back to NewChunk.
|
protected void |
initFromBytes() |
boolean |
isNA_impl(int idx) |
boolean |
set_impl(int idx,
double d) |
boolean |
set_impl(int idx,
float f) |
boolean |
set_impl(int idx,
long l)
Chunk-specific writer.
|
boolean |
setNA_impl(int idx) |
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
public double atd_impl(int idx)
Chunk
public long at8_impl(int idx)
public boolean isNA_impl(int idx)
public boolean set_impl(int idx, long l)
Chunk
public boolean set_impl(int idx, double d)
public boolean set_impl(int idx, float f)
public boolean setNA_impl(int idx)
public NewChunk inflate_impl(NewChunk nc)
Chunk
inflate_impl
in class Chunk
protected final void initFromBytes()
initFromBytes
in class Chunk