public static class EnumWrappedVec.EnumWrappedChunk extends Chunk
| Modifier and Type | Method and Description |
|---|---|
protected long |
at8_impl(int idx) |
protected double |
atd_impl(int idx)
Chunk-specific readers.
|
NewChunk |
inflate_impl(NewChunk nc)
Chunk-specific bulk inflater back to NewChunk.
|
protected boolean |
isNA_impl(int idx) |
Chunk |
read_impl(AutoBuffer bb)
Custom deserializers, implemented by Chunk subclasses: the _mem field
contains ALL the fields already.
|
AutoBuffer |
write_impl(AutoBuffer bb)
Custom serializers implemented by Chunk subclasses: the _mem field
contains ALL the fields already.
|
at16h, at16l, at8, atd, atStr, byteSize, chk2, cidx, close, crushBytes, getBytes, hasFloat, inflate, isNA, isSparse, len, nextChunk, nextNZ, nonzeros, precision, reportBrokenEnum, set_abs, set, set, set, set, setBytes, setNA, setStart, setVec, sparseLen, start, toString, vecclone, frozenType, read, readExternal, readJSON_impl, readJSON, toJsonString, write, writeExternal, writeHTML_impl, writeHTML, writeJSON_impl, writeJSONpublic final Chunk _c
protected double atd_impl(int idx)
Chunkprotected long at8_impl(int idx)
protected boolean isNA_impl(int idx)
public NewChunk inflate_impl(NewChunk nc)
Chunkinflate_impl in class Chunkpublic AutoBuffer write_impl(AutoBuffer bb)
Chunkwrite_impl in interface Freezablewrite_impl in class Chunkbb - AutoBuffer to write this object to.AutoBuffer for flow-coding.public Chunk read_impl(AutoBuffer bb)
Chunk