public class TwoDimTableBase<I extends TwoDimTable,S extends TwoDimTableBase> extends Schema<I,TwoDimTableBase<I,S>>
Modifier and Type | Class and Description |
---|---|
static class |
TwoDimTableBase.ColumnSpecsBase |
Schema.Meta
Modifier and Type | Field and Description |
---|---|
TwoDimTableBase.ColumnSpecsBase[] |
columns |
IcedWrapper[][] |
data |
java.lang.String |
description |
java.lang.String |
name |
int |
rowcount |
Constructor and Description |
---|
TwoDimTableBase() |
Modifier and Type | Method and Description |
---|---|
TwoDimTableBase |
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, fillFromParms, fillFromParms, get__meta, getExperimentalVersion, getHighestSupportedVersion, getImplClass, getImplClass, getLatestVersion, getSchemaVersion, init_meta, markdown, markdown, newInstance, newInstance, registerAllSchemasIfNecessary, schema, schema, schemaClass, schemaClass, schemas, setField
asBytes, clone, copyOver, frozenType, read, readExternal, readJSON, reloadFromBytes, toJsonString, write, writeExternal, writeJSON
@API(help="Column Specification", direction=OUTPUT) public TwoDimTableBase.ColumnSpecsBase[] columns
@API(help="Table Data (col-major)", direction=OUTPUT) public IcedWrapper[][] data
public TwoDimTableBase fillFromImpl(TwoDimTable t)
fillFromImpl
in class Schema<I extends TwoDimTable,TwoDimTableBase<I extends TwoDimTable,S extends TwoDimTableBase>>
t
- TwoDimTablepublic TwoDimTable fillImpl(TwoDimTable impl)
fillImpl
in class Schema<I extends TwoDimTable,TwoDimTableBase<I extends TwoDimTable,S extends TwoDimTableBase>>
impl
- public final AutoBuffer writeJSON_impl(AutoBuffer ab)