Class TExpressionInfo
- java.lang.Object
-
- com.databricks.jdbc.model.client.thrift.generated.TExpressionInfo
-
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<TExpressionInfo>,org.apache.thrift.TBase<TExpressionInfo,TExpressionInfo._Fields>,org.apache.thrift.TSerializable
@Generated(value="Autogenerated by Thrift Compiler (0.19.0)", date="2024-10-09") public class TExpressionInfo extends Object implements org.apache.thrift.TBase<TExpressionInfo,TExpressionInfo._Fields>, Serializable, Cloneable, Comparable<TExpressionInfo>- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTExpressionInfo._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.
-
Field Summary
Fields Modifier and Type Field Description StringargumentsStringclassNameStringdbStringdeprecatedStringexamplesStringextendedStringgroupstatic Map<TExpressionInfo._Fields,org.apache.thrift.meta_data.FieldMetaData>metaDataMapStringnameStringnoteStringsinceStringsourceStringusage
-
Constructor Summary
Constructors Constructor Description TExpressionInfo()TExpressionInfo(TExpressionInfo other)Performs a deep copy on other.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()intcompareTo(TExpressionInfo other)TExpressionInfodeepCopy()booleanequals(TExpressionInfo that)booleanequals(Object that)TExpressionInfo._FieldsfieldForId(int fieldId)StringgetArguments()StringgetClassName()StringgetDb()StringgetDeprecated()StringgetExamples()StringgetExtended()ObjectgetFieldValue(TExpressionInfo._Fields field)StringgetGroup()StringgetName()StringgetNote()StringgetSince()StringgetSource()StringgetUsage()inthashCode()booleanisSet(TExpressionInfo._Fields field)Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisebooleanisSetArguments()Returns true if field arguments is set (has been assigned a value) and false otherwisebooleanisSetClassName()Returns true if field className is set (has been assigned a value) and false otherwisebooleanisSetDb()Returns true if field db is set (has been assigned a value) and false otherwisebooleanisSetDeprecated()Returns true if field deprecated is set (has been assigned a value) and false otherwisebooleanisSetExamples()Returns true if field examples is set (has been assigned a value) and false otherwisebooleanisSetExtended()Returns true if field extended is set (has been assigned a value) and false otherwisebooleanisSetGroup()Returns true if field group is set (has been assigned a value) and false otherwisebooleanisSetName()Returns true if field name is set (has been assigned a value) and false otherwisebooleanisSetNote()Returns true if field note is set (has been assigned a value) and false otherwisebooleanisSetSince()Returns true if field since is set (has been assigned a value) and false otherwisebooleanisSetSource()Returns true if field source is set (has been assigned a value) and false otherwisebooleanisSetUsage()Returns true if field usage is set (has been assigned a value) and false otherwisevoidread(org.apache.thrift.protocol.TProtocol iprot)TExpressionInfosetArguments(String arguments)voidsetArgumentsIsSet(boolean value)TExpressionInfosetClassName(String className)voidsetClassNameIsSet(boolean value)TExpressionInfosetDb(String db)voidsetDbIsSet(boolean value)TExpressionInfosetDeprecated(String deprecated)voidsetDeprecatedIsSet(boolean value)TExpressionInfosetExamples(String examples)voidsetExamplesIsSet(boolean value)TExpressionInfosetExtended(String extended)voidsetExtendedIsSet(boolean value)voidsetFieldValue(TExpressionInfo._Fields field, Object value)TExpressionInfosetGroup(String group)voidsetGroupIsSet(boolean value)TExpressionInfosetName(String name)voidsetNameIsSet(boolean value)TExpressionInfosetNote(String note)voidsetNoteIsSet(boolean value)TExpressionInfosetSince(String since)voidsetSinceIsSet(boolean value)TExpressionInfosetSource(String source)voidsetSourceIsSet(boolean value)TExpressionInfosetUsage(String usage)voidsetUsageIsSet(boolean value)StringtoString()voidunsetArguments()voidunsetClassName()voidunsetDb()voidunsetDeprecated()voidunsetExamples()voidunsetExtended()voidunsetGroup()voidunsetName()voidunsetNote()voidunsetSince()voidunsetSource()voidunsetUsage()voidvalidate()voidwrite(org.apache.thrift.protocol.TProtocol oprot)
-
-
-
Field Detail
-
className
public String className
-
usage
public String usage
-
name
public String name
-
extended
public String extended
-
db
public String db
-
arguments
public String arguments
-
examples
public String examples
-
note
public String note
-
group
public String group
-
since
public String since
-
deprecated
public String deprecated
-
source
public String source
-
metaDataMap
public static final Map<TExpressionInfo._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Detail
-
TExpressionInfo
public TExpressionInfo()
-
TExpressionInfo
public TExpressionInfo(TExpressionInfo other)
Performs a deep copy on other.
-
-
Method Detail
-
deepCopy
public TExpressionInfo deepCopy()
- Specified by:
deepCopyin interfaceorg.apache.thrift.TBase<TExpressionInfo,TExpressionInfo._Fields>
-
clear
public void clear()
- Specified by:
clearin interfaceorg.apache.thrift.TBase<TExpressionInfo,TExpressionInfo._Fields>
-
getClassName
public String getClassName()
-
setClassName
public TExpressionInfo setClassName(String className)
-
unsetClassName
public void unsetClassName()
-
isSetClassName
public boolean isSetClassName()
Returns true if field className is set (has been assigned a value) and false otherwise
-
setClassNameIsSet
public void setClassNameIsSet(boolean value)
-
getUsage
public String getUsage()
-
setUsage
public TExpressionInfo setUsage(String usage)
-
unsetUsage
public void unsetUsage()
-
isSetUsage
public boolean isSetUsage()
Returns true if field usage is set (has been assigned a value) and false otherwise
-
setUsageIsSet
public void setUsageIsSet(boolean value)
-
getName
public String getName()
-
setName
public TExpressionInfo setName(String name)
-
unsetName
public void unsetName()
-
isSetName
public boolean isSetName()
Returns true if field name is set (has been assigned a value) and false otherwise
-
setNameIsSet
public void setNameIsSet(boolean value)
-
getExtended
public String getExtended()
-
setExtended
public TExpressionInfo setExtended(String extended)
-
unsetExtended
public void unsetExtended()
-
isSetExtended
public boolean isSetExtended()
Returns true if field extended is set (has been assigned a value) and false otherwise
-
setExtendedIsSet
public void setExtendedIsSet(boolean value)
-
getDb
public String getDb()
-
setDb
public TExpressionInfo setDb(String db)
-
unsetDb
public void unsetDb()
-
isSetDb
public boolean isSetDb()
Returns true if field db is set (has been assigned a value) and false otherwise
-
setDbIsSet
public void setDbIsSet(boolean value)
-
getArguments
public String getArguments()
-
setArguments
public TExpressionInfo setArguments(String arguments)
-
unsetArguments
public void unsetArguments()
-
isSetArguments
public boolean isSetArguments()
Returns true if field arguments is set (has been assigned a value) and false otherwise
-
setArgumentsIsSet
public void setArgumentsIsSet(boolean value)
-
getExamples
public String getExamples()
-
setExamples
public TExpressionInfo setExamples(String examples)
-
unsetExamples
public void unsetExamples()
-
isSetExamples
public boolean isSetExamples()
Returns true if field examples is set (has been assigned a value) and false otherwise
-
setExamplesIsSet
public void setExamplesIsSet(boolean value)
-
getNote
public String getNote()
-
setNote
public TExpressionInfo setNote(String note)
-
unsetNote
public void unsetNote()
-
isSetNote
public boolean isSetNote()
Returns true if field note is set (has been assigned a value) and false otherwise
-
setNoteIsSet
public void setNoteIsSet(boolean value)
-
getGroup
public String getGroup()
-
setGroup
public TExpressionInfo setGroup(String group)
-
unsetGroup
public void unsetGroup()
-
isSetGroup
public boolean isSetGroup()
Returns true if field group is set (has been assigned a value) and false otherwise
-
setGroupIsSet
public void setGroupIsSet(boolean value)
-
getSince
public String getSince()
-
setSince
public TExpressionInfo setSince(String since)
-
unsetSince
public void unsetSince()
-
isSetSince
public boolean isSetSince()
Returns true if field since is set (has been assigned a value) and false otherwise
-
setSinceIsSet
public void setSinceIsSet(boolean value)
-
getDeprecated
public String getDeprecated()
-
setDeprecated
public TExpressionInfo setDeprecated(String deprecated)
-
unsetDeprecated
public void unsetDeprecated()
-
isSetDeprecated
public boolean isSetDeprecated()
Returns true if field deprecated is set (has been assigned a value) and false otherwise
-
setDeprecatedIsSet
public void setDeprecatedIsSet(boolean value)
-
getSource
public String getSource()
-
setSource
public TExpressionInfo setSource(String source)
-
unsetSource
public void unsetSource()
-
isSetSource
public boolean isSetSource()
Returns true if field source is set (has been assigned a value) and false otherwise
-
setSourceIsSet
public void setSourceIsSet(boolean value)
-
setFieldValue
public void setFieldValue(TExpressionInfo._Fields field, Object value)
- Specified by:
setFieldValuein interfaceorg.apache.thrift.TBase<TExpressionInfo,TExpressionInfo._Fields>
-
getFieldValue
public Object getFieldValue(TExpressionInfo._Fields field)
- Specified by:
getFieldValuein interfaceorg.apache.thrift.TBase<TExpressionInfo,TExpressionInfo._Fields>
-
isSet
public boolean isSet(TExpressionInfo._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<TExpressionInfo,TExpressionInfo._Fields>
-
equals
public boolean equals(TExpressionInfo that)
-
compareTo
public int compareTo(TExpressionInfo other)
- Specified by:
compareToin interfaceComparable<TExpressionInfo>
-
fieldForId
public TExpressionInfo._Fields fieldForId(int fieldId)
- Specified by:
fieldForIdin interfaceorg.apache.thrift.TBase<TExpressionInfo,TExpressionInfo._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
-
-