Package ai.heavy.thrift.calciteserver
Class TFilterPushDownInfo
- java.lang.Object
-
- ai.heavy.thrift.calciteserver.TFilterPushDownInfo
-
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<TFilterPushDownInfo>,org.apache.thrift.TBase<TFilterPushDownInfo,TFilterPushDownInfo._Fields>,org.apache.thrift.TSerializable
public class TFilterPushDownInfo extends Object implements org.apache.thrift.TBase<TFilterPushDownInfo,TFilterPushDownInfo._Fields>, Serializable, Cloneable, Comparable<TFilterPushDownInfo>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTFilterPushDownInfo._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.
-
Field Summary
Fields Modifier and Type Field Description intinput_nextintinput_previntinput_startstatic Map<TFilterPushDownInfo._Fields,org.apache.thrift.meta_data.FieldMetaData>metaDataMap
-
Constructor Summary
Constructors Constructor Description TFilterPushDownInfo()TFilterPushDownInfo(int input_prev, int input_start, int input_next)TFilterPushDownInfo(TFilterPushDownInfo other)Performs a deep copy on other.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()intcompareTo(TFilterPushDownInfo other)TFilterPushDownInfodeepCopy()booleanequals(TFilterPushDownInfo that)booleanequals(Object that)TFilterPushDownInfo._FieldsfieldForId(int fieldId)ObjectgetFieldValue(TFilterPushDownInfo._Fields field)intgetInput_next()intgetInput_prev()intgetInput_start()inthashCode()booleanisSet(TFilterPushDownInfo._Fields field)Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisebooleanisSetInput_next()Returns true if field input_next is set (has been assigned a value) and false otherwisebooleanisSetInput_prev()Returns true if field input_prev is set (has been assigned a value) and false otherwisebooleanisSetInput_start()Returns true if field input_start is set (has been assigned a value) and false otherwisevoidread(org.apache.thrift.protocol.TProtocol iprot)voidsetFieldValue(TFilterPushDownInfo._Fields field, Object value)TFilterPushDownInfosetInput_next(int input_next)voidsetInput_nextIsSet(boolean value)TFilterPushDownInfosetInput_prev(int input_prev)voidsetInput_prevIsSet(boolean value)TFilterPushDownInfosetInput_start(int input_start)voidsetInput_startIsSet(boolean value)StringtoString()voidunsetInput_next()voidunsetInput_prev()voidunsetInput_start()voidvalidate()voidwrite(org.apache.thrift.protocol.TProtocol oprot)
-
-
-
Field Detail
-
input_prev
public int input_prev
-
input_start
public int input_start
-
input_next
public int input_next
-
metaDataMap
public static final Map<TFilterPushDownInfo._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Detail
-
TFilterPushDownInfo
public TFilterPushDownInfo()
-
TFilterPushDownInfo
public TFilterPushDownInfo(int input_prev, int input_start, int input_next)
-
TFilterPushDownInfo
public TFilterPushDownInfo(TFilterPushDownInfo other)
Performs a deep copy on other.
-
-
Method Detail
-
deepCopy
public TFilterPushDownInfo deepCopy()
- Specified by:
deepCopyin interfaceorg.apache.thrift.TBase<TFilterPushDownInfo,TFilterPushDownInfo._Fields>
-
clear
public void clear()
- Specified by:
clearin interfaceorg.apache.thrift.TBase<TFilterPushDownInfo,TFilterPushDownInfo._Fields>
-
getInput_prev
public int getInput_prev()
-
setInput_prev
public TFilterPushDownInfo setInput_prev(int input_prev)
-
unsetInput_prev
public void unsetInput_prev()
-
isSetInput_prev
public boolean isSetInput_prev()
Returns true if field input_prev is set (has been assigned a value) and false otherwise
-
setInput_prevIsSet
public void setInput_prevIsSet(boolean value)
-
getInput_start
public int getInput_start()
-
setInput_start
public TFilterPushDownInfo setInput_start(int input_start)
-
unsetInput_start
public void unsetInput_start()
-
isSetInput_start
public boolean isSetInput_start()
Returns true if field input_start is set (has been assigned a value) and false otherwise
-
setInput_startIsSet
public void setInput_startIsSet(boolean value)
-
getInput_next
public int getInput_next()
-
setInput_next
public TFilterPushDownInfo setInput_next(int input_next)
-
unsetInput_next
public void unsetInput_next()
-
isSetInput_next
public boolean isSetInput_next()
Returns true if field input_next is set (has been assigned a value) and false otherwise
-
setInput_nextIsSet
public void setInput_nextIsSet(boolean value)
-
setFieldValue
public void setFieldValue(TFilterPushDownInfo._Fields field, Object value)
- Specified by:
setFieldValuein interfaceorg.apache.thrift.TBase<TFilterPushDownInfo,TFilterPushDownInfo._Fields>
-
getFieldValue
public Object getFieldValue(TFilterPushDownInfo._Fields field)
- Specified by:
getFieldValuein interfaceorg.apache.thrift.TBase<TFilterPushDownInfo,TFilterPushDownInfo._Fields>
-
isSet
public boolean isSet(TFilterPushDownInfo._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise- Specified by:
isSetin interfaceorg.apache.thrift.TBase<TFilterPushDownInfo,TFilterPushDownInfo._Fields>
-
equals
public boolean equals(TFilterPushDownInfo that)
-
compareTo
public int compareTo(TFilterPushDownInfo other)
- Specified by:
compareToin interfaceComparable<TFilterPushDownInfo>
-
fieldForId
public TFilterPushDownInfo._Fields fieldForId(int fieldId)
- Specified by:
fieldForIdin interfaceorg.apache.thrift.TBase<TFilterPushDownInfo,TFilterPushDownInfo._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
-
validate
public void validate() throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-
-