Package ai.heavy.thrift.calciteserver
Class CalciteServer.updateMetadata_args
- java.lang.Object
-
- ai.heavy.thrift.calciteserver.CalciteServer.updateMetadata_args
-
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<CalciteServer.updateMetadata_args>,org.apache.thrift.TBase<CalciteServer.updateMetadata_args,CalciteServer.updateMetadata_args._Fields>,org.apache.thrift.TSerializable
- Enclosing class:
- CalciteServer
public static class CalciteServer.updateMetadata_args extends Object implements org.apache.thrift.TBase<CalciteServer.updateMetadata_args,CalciteServer.updateMetadata_args._Fields>, Serializable, Cloneable, Comparable<CalciteServer.updateMetadata_args>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCalciteServer.updateMetadata_args._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.
-
Field Summary
Fields Modifier and Type Field Description Stringcatalogstatic Map<CalciteServer.updateMetadata_args._Fields,org.apache.thrift.meta_data.FieldMetaData>metaDataMapStringtable
-
Constructor Summary
Constructors Constructor Description updateMetadata_args()updateMetadata_args(CalciteServer.updateMetadata_args other)Performs a deep copy on other.updateMetadata_args(String catalog, String table)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()intcompareTo(CalciteServer.updateMetadata_args other)CalciteServer.updateMetadata_argsdeepCopy()booleanequals(CalciteServer.updateMetadata_args that)booleanequals(Object that)CalciteServer.updateMetadata_args._FieldsfieldForId(int fieldId)StringgetCatalog()ObjectgetFieldValue(CalciteServer.updateMetadata_args._Fields field)StringgetTable()inthashCode()booleanisSet(CalciteServer.updateMetadata_args._Fields field)Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisebooleanisSetCatalog()Returns true if field catalog is set (has been assigned a value) and false otherwisebooleanisSetTable()Returns true if field table is set (has been assigned a value) and false otherwisevoidread(org.apache.thrift.protocol.TProtocol iprot)CalciteServer.updateMetadata_argssetCatalog(String catalog)voidsetCatalogIsSet(boolean value)voidsetFieldValue(CalciteServer.updateMetadata_args._Fields field, Object value)CalciteServer.updateMetadata_argssetTable(String table)voidsetTableIsSet(boolean value)StringtoString()voidunsetCatalog()voidunsetTable()voidvalidate()voidwrite(org.apache.thrift.protocol.TProtocol oprot)
-
-
-
Field Detail
-
catalog
public String catalog
-
table
public String table
-
metaDataMap
public static final Map<CalciteServer.updateMetadata_args._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Detail
-
updateMetadata_args
public updateMetadata_args()
-
updateMetadata_args
public updateMetadata_args(CalciteServer.updateMetadata_args other)
Performs a deep copy on other.
-
-
Method Detail
-
deepCopy
public CalciteServer.updateMetadata_args deepCopy()
- Specified by:
deepCopyin interfaceorg.apache.thrift.TBase<CalciteServer.updateMetadata_args,CalciteServer.updateMetadata_args._Fields>
-
clear
public void clear()
- Specified by:
clearin interfaceorg.apache.thrift.TBase<CalciteServer.updateMetadata_args,CalciteServer.updateMetadata_args._Fields>
-
getCatalog
public String getCatalog()
-
setCatalog
public CalciteServer.updateMetadata_args setCatalog(String catalog)
-
unsetCatalog
public void unsetCatalog()
-
isSetCatalog
public boolean isSetCatalog()
Returns true if field catalog is set (has been assigned a value) and false otherwise
-
setCatalogIsSet
public void setCatalogIsSet(boolean value)
-
getTable
public String getTable()
-
setTable
public CalciteServer.updateMetadata_args setTable(String table)
-
unsetTable
public void unsetTable()
-
isSetTable
public boolean isSetTable()
Returns true if field table is set (has been assigned a value) and false otherwise
-
setTableIsSet
public void setTableIsSet(boolean value)
-
setFieldValue
public void setFieldValue(CalciteServer.updateMetadata_args._Fields field, Object value)
- Specified by:
setFieldValuein interfaceorg.apache.thrift.TBase<CalciteServer.updateMetadata_args,CalciteServer.updateMetadata_args._Fields>
-
getFieldValue
public Object getFieldValue(CalciteServer.updateMetadata_args._Fields field)
- Specified by:
getFieldValuein interfaceorg.apache.thrift.TBase<CalciteServer.updateMetadata_args,CalciteServer.updateMetadata_args._Fields>
-
isSet
public boolean isSet(CalciteServer.updateMetadata_args._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<CalciteServer.updateMetadata_args,CalciteServer.updateMetadata_args._Fields>
-
equals
public boolean equals(CalciteServer.updateMetadata_args that)
-
compareTo
public int compareTo(CalciteServer.updateMetadata_args other)
- Specified by:
compareToin interfaceComparable<CalciteServer.updateMetadata_args>
-
fieldForId
public CalciteServer.updateMetadata_args._Fields fieldForId(int fieldId)
- Specified by:
fieldForIdin interfaceorg.apache.thrift.TBase<CalciteServer.updateMetadata_args,CalciteServer.updateMetadata_args._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
-
-