public static class FrameV3.ColV3 extends SchemaV3<Vec,FrameV3.ColV3>
SchemaV3.Meta
Modifier and Type | Field and Description |
---|---|
double[] |
data |
java.lang.String[] |
domain |
int |
domain_cardinality |
double |
histogram_base |
long[] |
histogram_bins |
double |
histogram_stride |
java.lang.String |
label |
double[] |
maxs |
double |
mean |
double[] |
mins |
long |
missing_count |
long |
negative_infinity_count |
double[] |
percentiles |
long |
positive_infinity_count |
byte |
precision |
double |
sigma |
java.lang.String[] |
string_data |
java.lang.String |
type |
long |
zero_count |
__meta, _exclude_fields
Constructor and Description |
---|
FrameV3.ColV3() |
Modifier and Type | Method and Description |
---|---|
void |
clearBinsField() |
createAndFillImpl, createImpl, extractVersionFromSchemaName, fillFromImpl, 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="positive infinities", direction=OUTPUT) public long positive_infinity_count
@API(help="negative infinities", direction=OUTPUT) public long negative_infinity_count
@API(help="datatype: {enum, string, int, real, time, uuid}", direction=OUTPUT) public java.lang.String type
@API(help="domain; not-null for categorical columns only", direction=OUTPUT) public java.lang.String[] domain
@API(help="cardinality of this column\'s domain; not-null for categorical columns only", direction=OUTPUT) public int domain_cardinality
@API(help="Histogram bins; null if not computed", direction=OUTPUT) public long[] histogram_bins
@API(help="Start of histogram bin zero", direction=OUTPUT) public double histogram_base