Uses of Class
com.databricks.jdbc.model.client.thrift.generated.TDBSqlArrowFormat
-
Packages that use TDBSqlArrowFormat Package Description com.databricks.jdbc.model.client.thrift.generated -
-
Uses of TDBSqlArrowFormat in com.databricks.jdbc.model.client.thrift.generated
Methods in com.databricks.jdbc.model.client.thrift.generated that return TDBSqlArrowFormat Modifier and Type Method Description TDBSqlArrowFormatTDBSqlArrowFormat. deepCopy()TDBSqlArrowFormatTDBSqlResultFormat. getArrowFormat()TDBSqlArrowFormatTDBSqlArrowFormat. setArrowLayout(TDBSqlArrowLayout arrowLayout)TDBSqlArrowFormatTDBSqlArrowFormat. setCompressionCodec(TDBSqlCompressionCodec compressionCodec)Methods in com.databricks.jdbc.model.client.thrift.generated with parameters of type TDBSqlArrowFormat Modifier and Type Method Description static TDBSqlResultFormatTDBSqlResultFormat. arrowFormat(TDBSqlArrowFormat value)intTDBSqlArrowFormat. compareTo(TDBSqlArrowFormat other)booleanTDBSqlArrowFormat. equals(TDBSqlArrowFormat that)voidTDBSqlResultFormat. setArrowFormat(TDBSqlArrowFormat value)Constructors in com.databricks.jdbc.model.client.thrift.generated with parameters of type TDBSqlArrowFormat Constructor Description TDBSqlArrowFormat(TDBSqlArrowFormat other)Performs a deep copy on other.
-