Package ai.heavy.thrift.calciteserver
Class TAccessedQueryObjects
- java.lang.Object
-
- ai.heavy.thrift.calciteserver.TAccessedQueryObjects
-
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<TAccessedQueryObjects>,org.apache.thrift.TBase<TAccessedQueryObjects,TAccessedQueryObjects._Fields>,org.apache.thrift.TSerializable
public class TAccessedQueryObjects extends Object implements org.apache.thrift.TBase<TAccessedQueryObjects,TAccessedQueryObjects._Fields>, Serializable, Cloneable, Comparable<TAccessedQueryObjects>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTAccessedQueryObjects._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.
-
Field Summary
Fields Modifier and Type Field Description static Map<TAccessedQueryObjects._Fields,org.apache.thrift.meta_data.FieldMetaData>metaDataMapList<List<String>>tables_deleted_fromList<List<String>>tables_inserted_intoList<List<String>>tables_selected_fromList<List<String>>tables_updated_in
-
Constructor Summary
Constructors Constructor Description TAccessedQueryObjects()TAccessedQueryObjects(TAccessedQueryObjects other)Performs a deep copy on other.TAccessedQueryObjects(List<List<String>> tables_selected_from, List<List<String>> tables_inserted_into, List<List<String>> tables_updated_in, List<List<String>> tables_deleted_from)
-
Method Summary
-
-
-
Field Detail
-
metaDataMap
public static final Map<TAccessedQueryObjects._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Detail
-
TAccessedQueryObjects
public TAccessedQueryObjects()
-
TAccessedQueryObjects
public TAccessedQueryObjects(List<List<String>> tables_selected_from, List<List<String>> tables_inserted_into, List<List<String>> tables_updated_in, List<List<String>> tables_deleted_from)
-
TAccessedQueryObjects
public TAccessedQueryObjects(TAccessedQueryObjects other)
Performs a deep copy on other.
-
-
Method Detail
-
deepCopy
public TAccessedQueryObjects deepCopy()
- Specified by:
deepCopyin interfaceorg.apache.thrift.TBase<TAccessedQueryObjects,TAccessedQueryObjects._Fields>
-
clear
public void clear()
- Specified by:
clearin interfaceorg.apache.thrift.TBase<TAccessedQueryObjects,TAccessedQueryObjects._Fields>
-
getTables_selected_fromSize
public int getTables_selected_fromSize()
-
setTables_selected_from
public TAccessedQueryObjects setTables_selected_from(List<List<String>> tables_selected_from)
-
unsetTables_selected_from
public void unsetTables_selected_from()
-
isSetTables_selected_from
public boolean isSetTables_selected_from()
Returns true if field tables_selected_from is set (has been assigned a value) and false otherwise
-
setTables_selected_fromIsSet
public void setTables_selected_fromIsSet(boolean value)
-
getTables_inserted_intoSize
public int getTables_inserted_intoSize()
-
setTables_inserted_into
public TAccessedQueryObjects setTables_inserted_into(List<List<String>> tables_inserted_into)
-
unsetTables_inserted_into
public void unsetTables_inserted_into()
-
isSetTables_inserted_into
public boolean isSetTables_inserted_into()
Returns true if field tables_inserted_into is set (has been assigned a value) and false otherwise
-
setTables_inserted_intoIsSet
public void setTables_inserted_intoIsSet(boolean value)
-
getTables_updated_inSize
public int getTables_updated_inSize()
-
setTables_updated_in
public TAccessedQueryObjects setTables_updated_in(List<List<String>> tables_updated_in)
-
unsetTables_updated_in
public void unsetTables_updated_in()
-
isSetTables_updated_in
public boolean isSetTables_updated_in()
Returns true if field tables_updated_in is set (has been assigned a value) and false otherwise
-
setTables_updated_inIsSet
public void setTables_updated_inIsSet(boolean value)
-
getTables_deleted_fromSize
public int getTables_deleted_fromSize()
-
setTables_deleted_from
public TAccessedQueryObjects setTables_deleted_from(List<List<String>> tables_deleted_from)
-
unsetTables_deleted_from
public void unsetTables_deleted_from()
-
isSetTables_deleted_from
public boolean isSetTables_deleted_from()
Returns true if field tables_deleted_from is set (has been assigned a value) and false otherwise
-
setTables_deleted_fromIsSet
public void setTables_deleted_fromIsSet(boolean value)
-
setFieldValue
public void setFieldValue(TAccessedQueryObjects._Fields field, Object value)
- Specified by:
setFieldValuein interfaceorg.apache.thrift.TBase<TAccessedQueryObjects,TAccessedQueryObjects._Fields>
-
getFieldValue
public Object getFieldValue(TAccessedQueryObjects._Fields field)
- Specified by:
getFieldValuein interfaceorg.apache.thrift.TBase<TAccessedQueryObjects,TAccessedQueryObjects._Fields>
-
isSet
public boolean isSet(TAccessedQueryObjects._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<TAccessedQueryObjects,TAccessedQueryObjects._Fields>
-
equals
public boolean equals(TAccessedQueryObjects that)
-
compareTo
public int compareTo(TAccessedQueryObjects other)
- Specified by:
compareToin interfaceComparable<TAccessedQueryObjects>
-
fieldForId
public TAccessedQueryObjects._Fields fieldForId(int fieldId)
- Specified by:
fieldForIdin interfaceorg.apache.thrift.TBase<TAccessedQueryObjects,TAccessedQueryObjects._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
-
-