Package io.trino.hive.thrift.metastore
Class DecimalColumnStatsData
java.lang.Object
io.trino.hive.thrift.metastore.DecimalColumnStatsData
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<DecimalColumnStatsData>,org.apache.thrift.TBase<DecimalColumnStatsData,,DecimalColumnStatsData._Fields> org.apache.thrift.TSerializable
@Generated("Autogenerated by Thrift Compiler (0.17.0)")
public class DecimalColumnStatsData
extends Object
implements org.apache.thrift.TBase<DecimalColumnStatsData,DecimalColumnStatsData._Fields>, Serializable, Cloneable, Comparable<DecimalColumnStatsData>
- 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<DecimalColumnStatsData._Fields,org.apache.thrift.meta_data.FieldMetaData> -
Constructor Summary
ConstructorsConstructorDescriptionDecimalColumnStatsData(long numNulls, long numDVs) Performs a deep copy on other. -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()intcompareTo(DecimalColumnStatsData other) deepCopy()booleanequals(DecimalColumnStatsData that) booleanfieldForId(int fieldId) byte[]longlonginthashCode()booleanReturns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisebooleanReturns true if field bitVectors is set (has been assigned a value) and false otherwisebooleanReturns true if field highValue is set (has been assigned a value) and false otherwisebooleanReturns true if field lowValue is set (has been assigned a value) and false otherwisebooleanReturns true if field numDVs is set (has been assigned a value) and false otherwisebooleanReturns true if field numNulls is set (has been assigned a value) and false otherwisevoidread(org.apache.thrift.protocol.TProtocol iprot) setBitVectors(byte[] bitVectors) setBitVectors(ByteBuffer bitVectors) voidsetBitVectorsIsSet(boolean value) voidsetFieldValue(DecimalColumnStatsData._Fields field, Object value) setHighValue(Decimal highValue) voidsetHighValueIsSet(boolean value) setLowValue(Decimal lowValue) voidsetLowValueIsSet(boolean value) setNumDVs(long numDVs) voidsetNumDVsIsSet(boolean value) setNumNulls(long numNulls) voidsetNumNullsIsSet(boolean value) toString()voidvoidvoidvoidvoidvoidvalidate()voidwrite(org.apache.thrift.protocol.TProtocol oprot)
-
Field Details
-
metaDataMap
public static final Map<DecimalColumnStatsData._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Details
-
DecimalColumnStatsData
public DecimalColumnStatsData() -
DecimalColumnStatsData
public DecimalColumnStatsData(long numNulls, long numDVs) -
DecimalColumnStatsData
Performs a deep copy on other.
-
-
Method Details
-
deepCopy
- Specified by:
deepCopyin interfaceorg.apache.thrift.TBase<DecimalColumnStatsData,DecimalColumnStatsData._Fields>
-
clear
public void clear()- Specified by:
clearin interfaceorg.apache.thrift.TBase<DecimalColumnStatsData,DecimalColumnStatsData._Fields>
-
getLowValue
-
setLowValue
-
unsetLowValue
public void unsetLowValue() -
isSetLowValue
public boolean isSetLowValue()Returns true if field lowValue is set (has been assigned a value) and false otherwise -
setLowValueIsSet
public void setLowValueIsSet(boolean value) -
getHighValue
-
setHighValue
-
unsetHighValue
public void unsetHighValue() -
isSetHighValue
public boolean isSetHighValue()Returns true if field highValue is set (has been assigned a value) and false otherwise -
setHighValueIsSet
public void setHighValueIsSet(boolean value) -
getNumNulls
public long getNumNulls() -
setNumNulls
-
unsetNumNulls
public void unsetNumNulls() -
isSetNumNulls
public boolean isSetNumNulls()Returns true if field numNulls is set (has been assigned a value) and false otherwise -
setNumNullsIsSet
public void setNumNullsIsSet(boolean value) -
getNumDVs
public long getNumDVs() -
setNumDVs
-
unsetNumDVs
public void unsetNumDVs() -
isSetNumDVs
public boolean isSetNumDVs()Returns true if field numDVs is set (has been assigned a value) and false otherwise -
setNumDVsIsSet
public void setNumDVsIsSet(boolean value) -
getBitVectors
public byte[] getBitVectors() -
bufferForBitVectors
-
setBitVectors
-
setBitVectors
-
unsetBitVectors
public void unsetBitVectors() -
isSetBitVectors
public boolean isSetBitVectors()Returns true if field bitVectors is set (has been assigned a value) and false otherwise -
setBitVectorsIsSet
public void setBitVectorsIsSet(boolean value) -
setFieldValue
- Specified by:
setFieldValuein interfaceorg.apache.thrift.TBase<DecimalColumnStatsData,DecimalColumnStatsData._Fields>
-
getFieldValue
- Specified by:
getFieldValuein interfaceorg.apache.thrift.TBase<DecimalColumnStatsData,DecimalColumnStatsData._Fields>
-
isSet
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise- Specified by:
isSetin interfaceorg.apache.thrift.TBase<DecimalColumnStatsData,DecimalColumnStatsData._Fields>
-
equals
-
equals
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareToin interfaceComparable<DecimalColumnStatsData>
-
fieldForId
- Specified by:
fieldForIdin interfaceorg.apache.thrift.TBase<DecimalColumnStatsData,DecimalColumnStatsData._Fields>
-
read
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException - Specified by:
readin interfaceorg.apache.thrift.TSerializable- Throws:
org.apache.thrift.TException
-
write
public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException - Specified by:
writein interfaceorg.apache.thrift.TSerializable- Throws:
org.apache.thrift.TException
-
toString
-
validate
public void validate() throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-