public class ColumnStatistics extends Object implements org.apache.thrift.TBase<ColumnStatistics,ColumnStatistics._Fields>, Serializable, Cloneable
Modifier and Type | Class and Description |
---|---|
static class |
ColumnStatistics._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
Modifier and Type | Field and Description |
---|---|
static Map<ColumnStatistics._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
Constructor and Description |
---|
ColumnStatistics() |
ColumnStatistics(ColumnStatistics other)
Performs a deep copy on other.
|
ColumnStatistics(ColumnStatisticsDesc statsDesc,
List<ColumnStatisticsObj> statsObj) |
Modifier and Type | Method and Description |
---|---|
void |
addToStatsObj(ColumnStatisticsObj elem) |
void |
clear() |
int |
compareTo(ColumnStatistics other) |
ColumnStatistics |
deepCopy() |
boolean |
equals(ColumnStatistics that) |
boolean |
equals(Object that) |
ColumnStatistics._Fields |
fieldForId(int fieldId) |
Object |
getFieldValue(ColumnStatistics._Fields field) |
ColumnStatisticsDesc |
getStatsDesc() |
List<ColumnStatisticsObj> |
getStatsObj() |
Iterator<ColumnStatisticsObj> |
getStatsObjIterator() |
int |
getStatsObjSize() |
int |
hashCode() |
boolean |
isSet(ColumnStatistics._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
|
boolean |
isSetStatsDesc()
Returns true if field statsDesc is set (has been assigned a value) and false otherwise
|
boolean |
isSetStatsObj()
Returns true if field statsObj is set (has been assigned a value) and false otherwise
|
void |
read(org.apache.thrift.protocol.TProtocol iprot) |
void |
setFieldValue(ColumnStatistics._Fields field,
Object value) |
void |
setStatsDesc(ColumnStatisticsDesc statsDesc) |
void |
setStatsDescIsSet(boolean value) |
void |
setStatsObj(List<ColumnStatisticsObj> statsObj) |
void |
setStatsObjIsSet(boolean value) |
String |
toString() |
void |
unsetStatsDesc() |
void |
unsetStatsObj() |
void |
validate() |
void |
write(org.apache.thrift.protocol.TProtocol oprot) |
public static final Map<ColumnStatistics._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public ColumnStatistics()
public ColumnStatistics(ColumnStatisticsDesc statsDesc, List<ColumnStatisticsObj> statsObj)
public ColumnStatistics(ColumnStatistics other)
public ColumnStatistics deepCopy()
deepCopy
in interface org.apache.thrift.TBase<ColumnStatistics,ColumnStatistics._Fields>
public void clear()
clear
in interface org.apache.thrift.TBase<ColumnStatistics,ColumnStatistics._Fields>
public ColumnStatisticsDesc getStatsDesc()
public void setStatsDesc(ColumnStatisticsDesc statsDesc)
public void unsetStatsDesc()
public boolean isSetStatsDesc()
public void setStatsDescIsSet(boolean value)
public int getStatsObjSize()
public Iterator<ColumnStatisticsObj> getStatsObjIterator()
public void addToStatsObj(ColumnStatisticsObj elem)
public List<ColumnStatisticsObj> getStatsObj()
public void setStatsObj(List<ColumnStatisticsObj> statsObj)
public void unsetStatsObj()
public boolean isSetStatsObj()
public void setStatsObjIsSet(boolean value)
public void setFieldValue(ColumnStatistics._Fields field, Object value)
setFieldValue
in interface org.apache.thrift.TBase<ColumnStatistics,ColumnStatistics._Fields>
public Object getFieldValue(ColumnStatistics._Fields field)
getFieldValue
in interface org.apache.thrift.TBase<ColumnStatistics,ColumnStatistics._Fields>
public boolean isSet(ColumnStatistics._Fields field)
isSet
in interface org.apache.thrift.TBase<ColumnStatistics,ColumnStatistics._Fields>
public boolean equals(ColumnStatistics that)
public int compareTo(ColumnStatistics other)
compareTo
in interface Comparable<ColumnStatistics>
public ColumnStatistics._Fields fieldForId(int fieldId)
fieldForId
in interface org.apache.thrift.TBase<ColumnStatistics,ColumnStatistics._Fields>
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException
read
in interface org.apache.thrift.TBase<ColumnStatistics,ColumnStatistics._Fields>
org.apache.thrift.TException
public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException
write
in interface org.apache.thrift.TBase<ColumnStatistics,ColumnStatistics._Fields>
org.apache.thrift.TException
public void validate() throws org.apache.thrift.TException
org.apache.thrift.TException
Copyright © 2017 The Apache Software Foundation. All rights reserved.