public class FrameV3 extends FrameBaseV3<Frame,FrameV3>
Modifier and Type | Class and Description |
---|---|
static class |
FrameV3.ColSpecifierV3 |
static class |
FrameV3.ColV3 |
SchemaV3.Meta
Modifier and Type | Field and Description |
---|---|
long |
checksum |
TwoDimTableV3 |
chunk_summary |
int |
column_count |
int |
column_offset |
FrameV3.ColV3[] |
columns |
java.lang.String[] |
compatible_models |
double[] |
default_percentiles |
TwoDimTableV3 |
distribution_summary |
long |
num_columns |
int |
row_count |
long |
row_offset |
long |
rows |
int |
total_column_count |
_fr, byte_size, frame_id, is_text
__meta, _exclude_fields
Constructor and Description |
---|
FrameV3() |
FrameV3(Frame fr) |
FrameV3(Frame f,
long row_offset,
int row_count) |
FrameV3(Frame f,
long row_offset,
int row_count,
int column_offset,
int column_count) |
FrameV3(Key<Frame> frame_id) |
Modifier and Type | Method and Description |
---|---|
void |
clearBinsField() |
FrameV3 |
fillFromImpl(Frame f)
Fill this Schema from the given implementation object.
|
FrameV3 |
fillFromImpl(Frame f,
long row_offset,
int row_count,
int column_offset,
int column_count) |
createAndFillImpl, createImpl, extractVersionFromSchemaName, fillFromImpl, 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, toJsonString, write, writeExternal
@API(help="Total number of columns in the Frame", direction=INOUT) public int total_column_count
@API(help="Default percentiles, from 0 to 1", direction=OUTPUT) public double[] default_percentiles
@API(help="Columns in the Frame", direction=OUTPUT) public FrameV3.ColV3[] columns
@API(help="Compatible models, if requested", direction=OUTPUT) public java.lang.String[] compatible_models
@API(help="Chunk summary", direction=OUTPUT) public TwoDimTableV3 chunk_summary
@API(help="Distribution summary", direction=OUTPUT) public TwoDimTableV3 distribution_summary
public FrameV3()
public FrameV3(Frame fr)
public FrameV3(Frame f, long row_offset, int row_count)
public FrameV3(Frame f, long row_offset, int row_count, int column_offset, int column_count)
public FrameV3 fillFromImpl(Frame f)
Schema
fillFromImpl
in class Schema<Frame,FrameV3>
public FrameV3 fillFromImpl(Frame f, long row_offset, int row_count, int column_offset, int column_count)
public void clearBinsField()