Package io.trino.hive.thrift.metastore
Class DateColumnStatsData
java.lang.Object
io.trino.hive.thrift.metastore.DateColumnStatsData
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<DateColumnStatsData>,org.apache.thrift.TBase<DateColumnStatsData,,DateColumnStatsData._Fields> org.apache.thrift.TSerializable
@Generated("Autogenerated by Thrift Compiler (0.17.0)")
public class DateColumnStatsData
extends Object
implements org.apache.thrift.TBase<DateColumnStatsData,DateColumnStatsData._Fields>, Serializable, Cloneable, Comparable<DateColumnStatsData>
- 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<DateColumnStatsData._Fields,org.apache.thrift.meta_data.FieldMetaData> -
Constructor Summary
ConstructorsConstructorDescriptionDateColumnStatsData(long numNulls, long numDVs) Performs a deep copy on other. -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()intcompareTo(DateColumnStatsData other) deepCopy()booleanequals(DateColumnStatsData that) booleanfieldForId(int fieldId) byte[]longlonginthashCode()booleanisSet(DateColumnStatsData._Fields field) Returns 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(DateColumnStatsData._Fields field, Object value) setHighValue(Date highValue) voidsetHighValueIsSet(boolean value) setLowValue(Date 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<DateColumnStatsData._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Details
-
DateColumnStatsData
public DateColumnStatsData() -
DateColumnStatsData
public DateColumnStatsData(long numNulls, long numDVs) -
DateColumnStatsData
Performs a deep copy on other.
-
-
Method Details
-
deepCopy
- Specified by:
deepCopyin interfaceorg.apache.thrift.TBase<DateColumnStatsData,DateColumnStatsData._Fields>
-
clear
public void clear()- Specified by:
clearin interfaceorg.apache.thrift.TBase<DateColumnStatsData,DateColumnStatsData._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<DateColumnStatsData,DateColumnStatsData._Fields>
-
getFieldValue
- Specified by:
getFieldValuein interfaceorg.apache.thrift.TBase<DateColumnStatsData,DateColumnStatsData._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<DateColumnStatsData,DateColumnStatsData._Fields>
-
equals
-
equals
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareToin interfaceComparable<DateColumnStatsData>
-
fieldForId
- Specified by:
fieldForIdin interfaceorg.apache.thrift.TBase<DateColumnStatsData,DateColumnStatsData._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
-