public static class TransformWrappedVec.TransformWrappedChunk extends Chunk
Modifier and Type | Field and Description |
---|---|
Chunk[] |
_c |
TransformWrappedVec.TransformFactory<?> |
_fact |
TransformWrappedVec.Transform |
_t |
Modifier and Type | Method and Description |
---|---|
long |
at8_impl(int idx) |
double |
atd_impl(int idx)
Chunk-specific readers.
|
Chunk |
deepCopy() |
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, 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 transient TransformWrappedVec.Transform _t
public final TransformWrappedVec.TransformFactory<?> _fact
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 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)
protected final void initFromBytes()
initFromBytes
in class Chunk