public class FrameV2 extends Schema<Frame,FrameV2>
| Modifier and Type | Class and Description |
|---|---|
static class |
FrameV2.ColSpecifierV2 |
static class |
FrameV2.ColV2 |
Schema.Meta| Modifier and Type | Field and Description |
|---|---|
long |
byteSize |
long |
checksum |
FrameV2.ColV2[] |
columns |
java.lang.String[] |
compatible_models |
double[] |
default_pctiles |
boolean |
isText |
KeyV1.FrameKeyV1 |
key |
int |
len |
long |
off |
long |
rows |
KeyV1.VecKeyV1[] |
veckeys |
__meta, _impl_class, _version_pattern| Constructor and Description |
|---|
FrameV2() |
| Modifier and Type | Method and Description |
|---|---|
void |
clearBinsField() |
FrameV2 |
fillFromImpl(Frame f)
Version and Schema-specific filling from the implementation object.
|
DocGen.HTML |
writeHTML_impl(DocGen.HTML ab)
Implementation of the
Iced serialization protocol, only called by
auto-genned code. |
acceptsFrame, createAndFillImpl, createImpl, extractVersion, fillFromParms, fillImpl, getHighestSupportedVersion, getImplClass, getImplClass, getLatestVersion, getSchemaVersion, markdown, markdown, markdown, markdown, newInstance, register, registerAllSchemasIfNecessary, schema, schema, schema, schema, schema, schemaClass, schemaClass, schemaClass, schemaClass, schemasclone, frozenType, read_impl, read, readExternal, readJSON_impl, readJSON, toJsonString, write_impl, write, writeExternal, writeHTML, writeJSON_impl, writeJSON@API(help="Key to inspect", required=true) public KeyV1.FrameKeyV1 key
@API(help="Default percentiles, from 0 to 1", direction=OUTPUT) public double[] default_pctiles
@API(help="Columns", direction=OUTPUT) public FrameV2.ColV2[] columns
@API(help="Compatible models, if requested", direction=OUTPUT) public java.lang.String[] compatible_models
@API(help="The set of vector keys in the Frame", direction=OUTPUT) public KeyV1.VecKeyV1[] veckeys
public FrameV2 fillFromImpl(Frame f)
SchemafillFromImpl in class Schema<Frame,FrameV2>public void clearBinsField()
public DocGen.HTML writeHTML_impl(DocGen.HTML ab)
IcedIced serialization protocol, only called by
auto-genned code. Not intended to be called by user code. Override only
for custom Iced serializers.writeHTML_impl in interface FreezablewriteHTML_impl in class Icedab - html to write object to.