Class TSparkArrowTypes
java.lang.Object
com.databricks.jdbc.model.client.thrift.generated.TSparkArrowTypes
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<TSparkArrowTypes>,org.apache.thrift.TBase<TSparkArrowTypes,,TSparkArrowTypes._Fields> org.apache.thrift.TSerializable
@Generated(value="Autogenerated by Thrift Compiler (0.19.0)",
date="2025-05-08")
public class TSparkArrowTypes
extends Object
implements org.apache.thrift.TBase<TSparkArrowTypes,TSparkArrowTypes._Fields>, Serializable, Cloneable, Comparable<TSparkArrowTypes>
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe set of fields this struct contains, along with convenience methods for finding and manipulating them. -
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanbooleanbooleanstatic final Map<TSparkArrowTypes._Fields, org.apache.thrift.meta_data.FieldMetaData> booleanboolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()intcompareTo(TSparkArrowTypes other) deepCopy()booleanequals(TSparkArrowTypes that) booleanfieldForId(int fieldId) inthashCode()booleanbooleanbooleanbooleanbooleanisSet(TSparkArrowTypes._Fields field) Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisebooleanReturns true if field complexTypesAsArrow is set (has been assigned a value) and false otherwisebooleanReturns true if field decimalAsArrow is set (has been assigned a value) and false otherwisebooleanReturns true if field intervalTypesAsArrow is set (has been assigned a value) and false otherwisebooleanReturns true if field nullTypeAsArrow is set (has been assigned a value) and false otherwisebooleanReturns true if field timestampAsArrow is set (has been assigned a value) and false otherwisebooleanvoidread(org.apache.thrift.protocol.TProtocol iprot) setComplexTypesAsArrow(boolean complexTypesAsArrow) voidsetComplexTypesAsArrowIsSet(boolean value) setDecimalAsArrow(boolean decimalAsArrow) voidsetDecimalAsArrowIsSet(boolean value) voidsetFieldValue(TSparkArrowTypes._Fields field, Object value) setIntervalTypesAsArrow(boolean intervalTypesAsArrow) voidsetIntervalTypesAsArrowIsSet(boolean value) setNullTypeAsArrow(boolean nullTypeAsArrow) voidsetNullTypeAsArrowIsSet(boolean value) setTimestampAsArrow(boolean timestampAsArrow) voidsetTimestampAsArrowIsSet(boolean value) toString()voidvoidvoidvoidvoidvoidvalidate()voidwrite(org.apache.thrift.protocol.TProtocol oprot)
-
Field Details
-
timestampAsArrow
public boolean timestampAsArrow -
decimalAsArrow
public boolean decimalAsArrow -
complexTypesAsArrow
public boolean complexTypesAsArrow -
intervalTypesAsArrow
public boolean intervalTypesAsArrow -
nullTypeAsArrow
public boolean nullTypeAsArrow -
metaDataMap
public static final Map<TSparkArrowTypes._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Details
-
TSparkArrowTypes
public TSparkArrowTypes() -
TSparkArrowTypes
Performs a deep copy on other.
-
-
Method Details
-
deepCopy
- Specified by:
deepCopyin interfaceorg.apache.thrift.TBase<TSparkArrowTypes,TSparkArrowTypes._Fields>
-
clear
public void clear()- Specified by:
clearin interfaceorg.apache.thrift.TBase<TSparkArrowTypes,TSparkArrowTypes._Fields>
-
isTimestampAsArrow
public boolean isTimestampAsArrow() -
setTimestampAsArrow
-
unsetTimestampAsArrow
public void unsetTimestampAsArrow() -
isSetTimestampAsArrow
public boolean isSetTimestampAsArrow()Returns true if field timestampAsArrow is set (has been assigned a value) and false otherwise -
setTimestampAsArrowIsSet
public void setTimestampAsArrowIsSet(boolean value) -
isDecimalAsArrow
public boolean isDecimalAsArrow() -
setDecimalAsArrow
-
unsetDecimalAsArrow
public void unsetDecimalAsArrow() -
isSetDecimalAsArrow
public boolean isSetDecimalAsArrow()Returns true if field decimalAsArrow is set (has been assigned a value) and false otherwise -
setDecimalAsArrowIsSet
public void setDecimalAsArrowIsSet(boolean value) -
isComplexTypesAsArrow
public boolean isComplexTypesAsArrow() -
setComplexTypesAsArrow
-
unsetComplexTypesAsArrow
public void unsetComplexTypesAsArrow() -
isSetComplexTypesAsArrow
public boolean isSetComplexTypesAsArrow()Returns true if field complexTypesAsArrow is set (has been assigned a value) and false otherwise -
setComplexTypesAsArrowIsSet
public void setComplexTypesAsArrowIsSet(boolean value) -
isIntervalTypesAsArrow
public boolean isIntervalTypesAsArrow() -
setIntervalTypesAsArrow
-
unsetIntervalTypesAsArrow
public void unsetIntervalTypesAsArrow() -
isSetIntervalTypesAsArrow
public boolean isSetIntervalTypesAsArrow()Returns true if field intervalTypesAsArrow is set (has been assigned a value) and false otherwise -
setIntervalTypesAsArrowIsSet
public void setIntervalTypesAsArrowIsSet(boolean value) -
isNullTypeAsArrow
public boolean isNullTypeAsArrow() -
setNullTypeAsArrow
-
unsetNullTypeAsArrow
public void unsetNullTypeAsArrow() -
isSetNullTypeAsArrow
public boolean isSetNullTypeAsArrow()Returns true if field nullTypeAsArrow is set (has been assigned a value) and false otherwise -
setNullTypeAsArrowIsSet
public void setNullTypeAsArrowIsSet(boolean value) -
setFieldValue
- Specified by:
setFieldValuein interfaceorg.apache.thrift.TBase<TSparkArrowTypes,TSparkArrowTypes._Fields>
-
getFieldValue
- Specified by:
getFieldValuein interfaceorg.apache.thrift.TBase<TSparkArrowTypes,TSparkArrowTypes._Fields>
-
isSet
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise- Specified by:
isSetin interfaceorg.apache.thrift.TBase<TSparkArrowTypes,TSparkArrowTypes._Fields>
-
equals
-
equals
-
hashCode
-
compareTo
- Specified by:
compareToin interfaceComparable<TSparkArrowTypes>
-
fieldForId
- Specified by:
fieldForIdin interfaceorg.apache.thrift.TBase<TSparkArrowTypes,TSparkArrowTypes._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
-
toString
-
validate
public void validate() throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-