| Constructor and Description |
|---|
NewChunk(Chunk C) |
NewChunk(Vec vec,
int cidx) |
NewChunk(Vec vec,
int cidx,
int len) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(NewChunk nc) |
void |
addEnum(int e) |
void |
addNA() |
void |
addNum(double d) |
void |
addNum(long val,
int exp) |
void |
addr(NewChunk nc) |
long |
at8_impl(int i) |
double |
atd_impl(int i)
Chunk-specific readers.
|
void |
close(Futures fs) |
protected boolean |
isEnum(int idx) |
boolean |
isNA_impl(int i) |
protected boolean |
isNA(int idx) |
Chunk |
new_close() |
NewChunk |
read(AutoBuffer bb)
Deserialize from the AutoBuffer into a pre-existing 'this' object.
|
boolean |
set_impl(int i,
double d) |
java.lang.String |
toString() |
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, writablefrozenType, init, newInstance, toDocField, writeJSON, writeJSONFieldspublic NewChunk(Vec vec, int cidx)
public NewChunk(Chunk C)
public NewChunk(Vec vec, int cidx, int len)
public 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 void add(NewChunk nc)
public void addr(NewChunk nc)
public Chunk new_close()
public void close(Futures fs)
public boolean set_impl(int i,
double d)
public double atd_impl(int i)
Chunkpublic AutoBuffer write(AutoBuffer bb)
Chunkpublic NewChunk read(AutoBuffer bb)
Freezable