@Generated(value="Autogenerated by Thrift Compiler (0.16.0)") @InterfaceAudience.Public @InterfaceStability.Stable public class TimestampColumnStatsData extends Object implements org.apache.thrift.TBase<TimestampColumnStatsData,TimestampColumnStatsData._Fields>, Serializable, Cloneable, Comparable<TimestampColumnStatsData>
| Modifier and Type | Class and Description |
|---|---|
static class |
TimestampColumnStatsData._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<TimestampColumnStatsData._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
| Constructor and Description |
|---|
TimestampColumnStatsData() |
TimestampColumnStatsData(long numNulls,
long numDVs) |
TimestampColumnStatsData(TimestampColumnStatsData other)
Performs a deep copy on other.
|
| Modifier and Type | Method and Description |
|---|---|
ByteBuffer |
bufferForBitVectors() |
ByteBuffer |
bufferForHistogram() |
void |
clear() |
int |
compareTo(TimestampColumnStatsData other) |
TimestampColumnStatsData |
deepCopy() |
boolean |
equals(Object that) |
boolean |
equals(TimestampColumnStatsData that) |
TimestampColumnStatsData._Fields |
fieldForId(int fieldId) |
byte[] |
getBitVectors() |
Object |
getFieldValue(TimestampColumnStatsData._Fields field) |
Timestamp |
getHighValue() |
byte[] |
getHistogram() |
Timestamp |
getLowValue() |
long |
getNumDVs() |
long |
getNumNulls() |
int |
hashCode() |
boolean |
isSet(TimestampColumnStatsData._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
|
boolean |
isSetBitVectors()
Returns true if field bitVectors is set (has been assigned a value) and false otherwise
|
boolean |
isSetHighValue()
Returns true if field highValue is set (has been assigned a value) and false otherwise
|
boolean |
isSetHistogram()
Returns true if field histogram is set (has been assigned a value) and false otherwise
|
boolean |
isSetLowValue()
Returns true if field lowValue is set (has been assigned a value) and false otherwise
|
boolean |
isSetNumDVs()
Returns true if field numDVs is set (has been assigned a value) and false otherwise
|
boolean |
isSetNumNulls()
Returns true if field numNulls is set (has been assigned a value) and false otherwise
|
void |
read(org.apache.thrift.protocol.TProtocol iprot) |
void |
setBitVectors(byte[] bitVectors) |
void |
setBitVectors(ByteBuffer bitVectors) |
void |
setBitVectorsIsSet(boolean value) |
void |
setFieldValue(TimestampColumnStatsData._Fields field,
Object value) |
void |
setHighValue(Timestamp highValue) |
void |
setHighValueIsSet(boolean value) |
void |
setHistogram(byte[] histogram) |
void |
setHistogram(ByteBuffer histogram) |
void |
setHistogramIsSet(boolean value) |
void |
setLowValue(Timestamp lowValue) |
void |
setLowValueIsSet(boolean value) |
void |
setNumDVs(long numDVs) |
void |
setNumDVsIsSet(boolean value) |
void |
setNumNulls(long numNulls) |
void |
setNumNullsIsSet(boolean value) |
String |
toString() |
void |
unsetBitVectors() |
void |
unsetHighValue() |
void |
unsetHistogram() |
void |
unsetLowValue() |
void |
unsetNumDVs() |
void |
unsetNumNulls() |
void |
validate() |
void |
write(org.apache.thrift.protocol.TProtocol oprot) |
public static final Map<TimestampColumnStatsData._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public TimestampColumnStatsData()
public TimestampColumnStatsData(long numNulls,
long numDVs)
public TimestampColumnStatsData(TimestampColumnStatsData other)
public TimestampColumnStatsData deepCopy()
deepCopy in interface org.apache.thrift.TBase<TimestampColumnStatsData,TimestampColumnStatsData._Fields>public void clear()
clear in interface org.apache.thrift.TBase<TimestampColumnStatsData,TimestampColumnStatsData._Fields>public Timestamp getLowValue()
public void setLowValue(Timestamp lowValue)
public void unsetLowValue()
public boolean isSetLowValue()
public void setLowValueIsSet(boolean value)
public Timestamp getHighValue()
public void setHighValue(Timestamp highValue)
public void unsetHighValue()
public boolean isSetHighValue()
public void setHighValueIsSet(boolean value)
public long getNumNulls()
public void setNumNulls(long numNulls)
public void unsetNumNulls()
public boolean isSetNumNulls()
public void setNumNullsIsSet(boolean value)
public long getNumDVs()
public void setNumDVs(long numDVs)
public void unsetNumDVs()
public boolean isSetNumDVs()
public void setNumDVsIsSet(boolean value)
public byte[] getBitVectors()
public ByteBuffer bufferForBitVectors()
public void setBitVectors(byte[] bitVectors)
public void setBitVectors(ByteBuffer bitVectors)
public void unsetBitVectors()
public boolean isSetBitVectors()
public void setBitVectorsIsSet(boolean value)
public byte[] getHistogram()
public ByteBuffer bufferForHistogram()
public void setHistogram(byte[] histogram)
public void setHistogram(ByteBuffer histogram)
public void unsetHistogram()
public boolean isSetHistogram()
public void setHistogramIsSet(boolean value)
public void setFieldValue(TimestampColumnStatsData._Fields field, Object value)
setFieldValue in interface org.apache.thrift.TBase<TimestampColumnStatsData,TimestampColumnStatsData._Fields>public Object getFieldValue(TimestampColumnStatsData._Fields field)
getFieldValue in interface org.apache.thrift.TBase<TimestampColumnStatsData,TimestampColumnStatsData._Fields>public boolean isSet(TimestampColumnStatsData._Fields field)
isSet in interface org.apache.thrift.TBase<TimestampColumnStatsData,TimestampColumnStatsData._Fields>public boolean equals(TimestampColumnStatsData that)
public int compareTo(TimestampColumnStatsData other)
compareTo in interface Comparable<TimestampColumnStatsData>public TimestampColumnStatsData._Fields fieldForId(int fieldId)
fieldForId in interface org.apache.thrift.TBase<TimestampColumnStatsData,TimestampColumnStatsData._Fields>public void read(org.apache.thrift.protocol.TProtocol iprot)
throws org.apache.thrift.TException
read in interface org.apache.thrift.TSerializableorg.apache.thrift.TExceptionpublic void write(org.apache.thrift.protocol.TProtocol oprot)
throws org.apache.thrift.TException
write in interface org.apache.thrift.TSerializableorg.apache.thrift.TExceptionpublic void validate()
throws org.apache.thrift.TException
org.apache.thrift.TExceptionCopyright © 2024 The Apache Software Foundation. All rights reserved.