public class TwoDimTableV3 extends SchemaV3<TwoDimTable,TwoDimTableV3>
Modifier and Type | Class and Description |
---|---|
static class |
TwoDimTableV3.ColumnSpecsBase |
SchemaV3.Meta
Modifier and Type | Field and Description |
---|---|
TwoDimTableV3.ColumnSpecsBase[] |
columns |
IcedWrapper[][] |
data |
java.lang.String |
description |
java.lang.String |
name |
int |
rowcount |
__meta, _exclude_fields
Constructor and Description |
---|
TwoDimTableV3() |
TwoDimTableV3(TwoDimTable impl) |
Modifier and Type | Method and Description |
---|---|
TwoDimTableV3 |
fillFromImpl(TwoDimTable t)
Fill a TwoDimTable Schema from a TwoDimTable
|
TwoDimTable |
fillImpl(TwoDimTable impl)
Fill a TwoDimTable from this Schema
|
AutoBuffer |
writeJSON_impl(AutoBuffer ab) |
createAndFillImpl, createImpl, extractVersionFromSchemaName, fillFromImpl, fillFromParms, fillFromParms, fillImpl, getImplClass, getImplClass, getSchemaName, getSchemaType, getSchemaVersion, init_meta, markdown, markdown, newInstance, newInstance, setField, setSchemaType_doNotCall
asBytes, clone, copyOver, frozenType, read, readExternal, readJSON, reloadFromBytes, toJsonString, write, writeExternal
@API(help="Column Specification", direction=OUTPUT) public TwoDimTableV3.ColumnSpecsBase[] columns
@API(help="Table Data (col-major)", direction=OUTPUT) public IcedWrapper[][] data
public TwoDimTableV3()
public TwoDimTableV3(TwoDimTable impl)
public TwoDimTableV3 fillFromImpl(TwoDimTable t)
fillFromImpl
in class Schema<TwoDimTable,TwoDimTableV3>
t
- TwoDimTablepublic TwoDimTable fillImpl(TwoDimTable impl)
fillImpl
in class Schema<TwoDimTable,TwoDimTableV3>
impl
- public final AutoBuffer writeJSON_impl(AutoBuffer ab)