public static class CategoricalWrappedVec.CategoricalWrappedChunk extends Chunk
Modifier and Type | Method and Description |
---|---|
protected long |
at8_impl(int idx) |
protected double |
atd_impl(int idx)
Chunk-specific readers.
|
boolean |
hasNA() |
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(CategoricalWrappedVec v,
AutoBuffer bb) |
asBytes, asSparseDoubles, asSparseDoubles, at16h, at16l, at8, atd, atStr, byteSize, chk2, cidx, close, crushBytes, deepCopy, getBytes, getDoubles, getDoubles, getDoubles, getIntegers, hasFloat, 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 final transient Chunk _c
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(CategoricalWrappedVec v, AutoBuffer bb)
protected final void initFromBytes()
initFromBytes
in class Chunk