public static class FrameChunksV3.FrameChunkV3 extends SchemaV3<Iced,FrameChunksV3.FrameChunkV3>
SchemaV3.Meta
Schema.AutoParseable
Modifier and Type | Field and Description |
---|---|
int |
chunk_id |
int |
node_idx |
int |
row_count |
Constructor and Description |
---|
FrameChunkV3() |
FrameChunkV3(int id,
Vec vector) |
createAndFillImpl, createImpl, extractVersionFromSchemaName, fillFromAny, fillFromBody, fillFromImpl, fillFromImpl, fillFromImpl, fillFromParms, fillFromParms, fillFromParms, fillImpl, fillImpl, getImplClass, getImplClass, getSchemaName, getSchemaType, getSchemaVersion, init_meta, markdown, markdown, newInstance, newInstance, setField, setSchemaType_doNotCall
asBytes, clone, copyOver, frozenType, read, readExternal, readJSON, reloadFromBytes, toJsonBytes, toJsonString, write, writeExternal
@API(help="An identifier unique in scope of a given frame", direction=OUTPUT) public int chunk_id
@API(help="Number of rows represented byt the chunk", direction=OUTPUT) public int row_count
public FrameChunkV3()
public FrameChunkV3(int id, Vec vector)