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.
|
Chunk |
deepCopy() |
boolean |
hasNA() |
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(CategoricalWrappedVec v,
AutoBuffer bb) |
asBytes, at16h, at16l, at8, atd, atStr, byteSize, chk2, cidx, close, extractRows, extractRows, extractRows, getBytes, getDoubles, getDoubles, getDoubles, getDoubles, getIntegers, getSparseDoubles, getSparseDoubles, hasFloat, 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 final transient Chunk _c
protected double atd_impl(int idx)
Chunk
protected long at8_impl(int idx)
protected boolean isNA_impl(int idx)
public ChunkVisitor processRows(ChunkVisitor nc, int from, int to)
processRows
in class Chunk
public ChunkVisitor processRows(ChunkVisitor nc, int... rows)
processRows
in class Chunk
public static AutoBuffer write_impl(CategoricalWrappedVec v, AutoBuffer bb)
protected final void initFromBytes()
initFromBytes
in class Chunk