| Constructor and Description |
|---|
NewChunk(Chunk C) |
NewChunk(Vec vec,
int cidx) |
| Modifier and Type | Method and Description |
|---|---|
void |
addEnum(int e) |
void |
addNA() |
void |
addNum(double d) |
void |
addNum(long val,
int exp) |
long |
at8_impl(int i) |
double |
atd_impl(int i)
Chunk-specific readers.
|
protected boolean |
isEnum(int idx) |
boolean |
isNA_impl(int i) |
protected boolean |
isNA(int idx) |
Chunk |
new_close(Futures fs) |
NewChunk |
read(AutoBuffer bb)
Deserialize from the AutoBuffer into a pre-existing 'this' object.
|
byte |
type() |
AutoBuffer |
write(AutoBuffer bb)
Chunk-specific implementations of read & write
|
at_slow, at, at0, at8_slow, at8, at80, byteSize, cidx, clone, close, getBytes, isNA_slow, isNA, isNA0, pformat_len, pformat_len0, pformat_len0, pformat, pformat0, readable, set, set, set, set0, set0, set0, setNA, setNA0, toString, writablefrozenType, init, newInstance, toDocField, writeJSON, writeJSONFieldspublic byte type()
protected final boolean isNA(int idx)
protected final boolean isEnum(int idx)
public void addEnum(int e)
public void addNA()
public void addNum(long val,
int exp)
public void addNum(double d)
public double atd_impl(int i)
Chunkpublic AutoBuffer write(AutoBuffer bb)
Chunk