Uses of Class
com.databricks.jdbc.model.client.thrift.generated.TSparkArrowBatch
Packages that use TSparkArrowBatch
-
Uses of TSparkArrowBatch 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 TSparkArrowBatchFields in com.databricks.jdbc.model.client.thrift.generated with type parameters of type TSparkArrowBatchMethods in com.databricks.jdbc.model.client.thrift.generated that return TSparkArrowBatchModifier and TypeMethodDescriptionTSparkArrowBatch.deepCopy()TSparkArrowBatch.setBatch(byte[] batch) TSparkArrowBatch.setBatch(ByteBuffer batch) TSparkArrowBatch.setRowCount(long rowCount) Methods in com.databricks.jdbc.model.client.thrift.generated that return types with arguments of type TSparkArrowBatchMethods in com.databricks.jdbc.model.client.thrift.generated with parameters of type TSparkArrowBatchModifier and TypeMethodDescriptionvoidTRowSet.addToArrowBatches(TSparkArrowBatch elem) intTSparkArrowBatch.compareTo(TSparkArrowBatch other) booleanTSparkArrowBatch.equals(TSparkArrowBatch that) Method parameters in com.databricks.jdbc.model.client.thrift.generated with type arguments of type TSparkArrowBatchConstructors in com.databricks.jdbc.model.client.thrift.generated with parameters of type TSparkArrowBatchModifierConstructorDescriptionTSparkArrowBatch(TSparkArrowBatch other) Performs a deep copy on other.