public static class InteractionWrappedVec.InteractionWrappedChunk extends Chunk
Modifier and Type | Field and Description |
---|---|
Chunk[] |
_c |
boolean |
_c1IsCat |
boolean |
_c2IsCat |
boolean |
_isCat |
Modifier and Type | Method and Description |
---|---|
long |
at8_impl(int idx) |
double |
atd_impl(int idx)
Chunk-specific readers.
|
protected void |
initFromBytes() |
boolean |
isNA_impl(int idx) |
ChunkVisitor |
processRows(ChunkVisitor nc,
int... rows) |
ChunkVisitor |
processRows(ChunkVisitor nc,
int from,
int to) |
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, 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 final transient Chunk[] _c
public final boolean _c1IsCat
public final boolean _c2IsCat
public final boolean _isCat
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 ChunkVisitor processRows(ChunkVisitor nc, int from, int to)
processRows
in class Chunk
public ChunkVisitor processRows(ChunkVisitor nc, int... rows)
processRows
in class Chunk
protected final void initFromBytes()
initFromBytes
in class Chunk