Package io.trino.hive.thrift.metastore
Class ColumnStatisticsData
java.lang.Object
org.apache.thrift.TUnion<ColumnStatisticsData,ColumnStatisticsData._Fields>
io.trino.hive.thrift.metastore.ColumnStatisticsData
- All Implemented Interfaces:
Serializable,Comparable<ColumnStatisticsData>,org.apache.thrift.TBase<ColumnStatisticsData,,ColumnStatisticsData._Fields> org.apache.thrift.TSerializable
@Generated("Autogenerated by Thrift Compiler (0.17.0)")
public class ColumnStatisticsData
extends org.apache.thrift.TUnion<ColumnStatisticsData,ColumnStatisticsData._Fields>
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe set of fields this struct contains, along with convenience methods for finding and manipulating them. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Map<ColumnStatisticsData._Fields,org.apache.thrift.meta_data.FieldMetaData> Fields inherited from class org.apache.thrift.TUnion
setField_, value_ -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ColumnStatisticsDatabinaryStats(BinaryColumnStatsData value) static ColumnStatisticsDataprotected voidcheckType(ColumnStatisticsData._Fields setField, Object value) intcompareTo(ColumnStatisticsData other) static ColumnStatisticsDatadateStats(DateColumnStatsData value) static ColumnStatisticsDatadeepCopy()static ColumnStatisticsDatadoubleStats(DoubleColumnStatsData value) protected ColumnStatisticsData._FieldsenumForId(short id) booleanequals(ColumnStatisticsData other) booleanfieldForId(int fieldId) protected org.apache.thrift.protocol.TFieldgetFieldDesc(ColumnStatisticsData._Fields setField) protected org.apache.thrift.protocol.TStructinthashCode()booleanbooleanbooleanbooleanbooleanbooleanbooleanstatic ColumnStatisticsDatalongStats(LongColumnStatsData value) voidvoidvoidsetDateStats(DateColumnStatsData value) voidvoidvoidsetLongStats(LongColumnStatsData value) voidprotected ObjectstandardSchemeReadValue(org.apache.thrift.protocol.TProtocol iprot, org.apache.thrift.protocol.TField field) protected voidstandardSchemeWriteValue(org.apache.thrift.protocol.TProtocol oprot) static ColumnStatisticsDatastringStats(StringColumnStatsData value) protected ObjecttupleSchemeReadValue(org.apache.thrift.protocol.TProtocol iprot, short fieldID) protected voidtupleSchemeWriteValue(org.apache.thrift.protocol.TProtocol oprot) Methods inherited from class org.apache.thrift.TUnion
clear, getFieldValue, getFieldValue, getFieldValue, getSetField, isSet, isSet, isSet, read, setFieldValue, setFieldValue, toString, write
-
Field Details
-
metaDataMap
public static final Map<ColumnStatisticsData._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Details
-
ColumnStatisticsData
public ColumnStatisticsData() -
ColumnStatisticsData
-
ColumnStatisticsData
-
-
Method Details
-
deepCopy
-
booleanStats
-
longStats
-
doubleStats
-
stringStats
-
binaryStats
-
decimalStats
-
dateStats
-
checkType
protected void checkType(ColumnStatisticsData._Fields setField, Object value) throws ClassCastException - Specified by:
checkTypein classorg.apache.thrift.TUnion<ColumnStatisticsData,ColumnStatisticsData._Fields> - Throws:
ClassCastException
-
standardSchemeReadValue
protected Object standardSchemeReadValue(org.apache.thrift.protocol.TProtocol iprot, org.apache.thrift.protocol.TField field) throws org.apache.thrift.TException - Specified by:
standardSchemeReadValuein classorg.apache.thrift.TUnion<ColumnStatisticsData,ColumnStatisticsData._Fields> - Throws:
org.apache.thrift.TException
-
standardSchemeWriteValue
protected void standardSchemeWriteValue(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException - Specified by:
standardSchemeWriteValuein classorg.apache.thrift.TUnion<ColumnStatisticsData,ColumnStatisticsData._Fields> - Throws:
org.apache.thrift.TException
-
tupleSchemeReadValue
protected Object tupleSchemeReadValue(org.apache.thrift.protocol.TProtocol iprot, short fieldID) throws org.apache.thrift.TException - Specified by:
tupleSchemeReadValuein classorg.apache.thrift.TUnion<ColumnStatisticsData,ColumnStatisticsData._Fields> - Throws:
org.apache.thrift.TException
-
tupleSchemeWriteValue
protected void tupleSchemeWriteValue(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException - Specified by:
tupleSchemeWriteValuein classorg.apache.thrift.TUnion<ColumnStatisticsData,ColumnStatisticsData._Fields> - Throws:
org.apache.thrift.TException
-
getFieldDesc
- Specified by:
getFieldDescin classorg.apache.thrift.TUnion<ColumnStatisticsData,ColumnStatisticsData._Fields>
-
getStructDesc
protected org.apache.thrift.protocol.TStruct getStructDesc()- Specified by:
getStructDescin classorg.apache.thrift.TUnion<ColumnStatisticsData,ColumnStatisticsData._Fields>
-
enumForId
- Specified by:
enumForIdin classorg.apache.thrift.TUnion<ColumnStatisticsData,ColumnStatisticsData._Fields>
-
fieldForId
-
getBooleanStats
-
setBooleanStats
-
getLongStats
-
setLongStats
-
getDoubleStats
-
setDoubleStats
-
getStringStats
-
setStringStats
-
getBinaryStats
-
setBinaryStats
-
getDecimalStats
-
setDecimalStats
-
getDateStats
-
setDateStats
-
isSetBooleanStats
public boolean isSetBooleanStats() -
isSetLongStats
public boolean isSetLongStats() -
isSetDoubleStats
public boolean isSetDoubleStats() -
isSetStringStats
public boolean isSetStringStats() -
isSetBinaryStats
public boolean isSetBinaryStats() -
isSetDecimalStats
public boolean isSetDecimalStats() -
isSetDateStats
public boolean isSetDateStats() -
equals
-
equals
-
compareTo
-
hashCode
public int hashCode()
-