public class ColV3 extends SchemaV3
| Modifier and Type | Field and Description |
|---|---|
double[] |
data
data
|
java.lang.String[] |
domain
domain; not-null for categorical columns only
|
int |
domainCardinality
cardinality of this column's domain; not-null for categorical columns only
|
double |
histogramBase
Start of histogram bin zero
|
long[] |
histogramBins
Histogram bins; null if not computed
|
double |
histogramStride
Stride per bin
|
java.lang.String |
label
label
|
double[] |
maxs
maxs
|
double |
mean
mean
|
double[] |
mins
mins
|
long |
missingCount
missing
|
long |
negativeInfinityCount
negative infinities
|
double[] |
percentiles
Percentile values, matching the default percentiles
|
long |
positiveInfinityCount
positive infinities
|
byte |
precision
decimal precision, -1 for all digits
|
double |
sigma
sigma
|
java.lang.String[] |
stringData
string data
|
java.lang.String |
type
datatype: {enum, string, int, real, time, uuid}
|
long |
zeroCount
zeros
|
| Constructor and Description |
|---|
ColV3()
Public constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Return the contents of this object as a JSON String.
|
public java.lang.String label
public long missingCount
public long zeroCount
public long positiveInfinityCount
public long negativeInfinityCount
public double[] mins
public double[] maxs
public double mean
public double sigma
public java.lang.String type
public java.lang.String[] domain
public int domainCardinality
public double[] data
public java.lang.String[] stringData
public byte precision
public long[] histogramBins
public double histogramBase
public double histogramStride
public double[] percentiles