Uses of Class
com.databricks.jdbc.model.client.thrift.generated.TSparkArrowTypes
Packages that use TSparkArrowTypes
-
Uses of TSparkArrowTypes in com.databricks.jdbc.model.client.thrift.generated
Classes in com.databricks.jdbc.model.client.thrift.generated that implement interfaces with type arguments of type TSparkArrowTypesFields in com.databricks.jdbc.model.client.thrift.generated declared as TSparkArrowTypesMethods in com.databricks.jdbc.model.client.thrift.generated that return TSparkArrowTypesModifier and TypeMethodDescriptionTSparkArrowTypes.deepCopy()TExecuteStatementReq.getUseArrowNativeTypes()TSparkArrowTypes.setComplexTypesAsArrow(boolean complexTypesAsArrow) TSparkArrowTypes.setDecimalAsArrow(boolean decimalAsArrow) TSparkArrowTypes.setIntervalTypesAsArrow(boolean intervalTypesAsArrow) TSparkArrowTypes.setNullTypeAsArrow(boolean nullTypeAsArrow) TSparkArrowTypes.setTimestampAsArrow(boolean timestampAsArrow) Methods in com.databricks.jdbc.model.client.thrift.generated with parameters of type TSparkArrowTypesModifier and TypeMethodDescriptionintTSparkArrowTypes.compareTo(TSparkArrowTypes other) booleanTSparkArrowTypes.equals(TSparkArrowTypes that) TExecuteStatementReq.setUseArrowNativeTypes(TSparkArrowTypes useArrowNativeTypes) Constructors in com.databricks.jdbc.model.client.thrift.generated with parameters of type TSparkArrowTypesModifierConstructorDescriptionTSparkArrowTypes(TSparkArrowTypes other) Performs a deep copy on other.