Uses of Class
com.databricks.jdbc.model.client.thrift.generated.TSparkArrowBatch
-
Packages that use TSparkArrowBatch Package Description com.databricks.jdbc.model.client.thrift.generated -
-
Uses of TSparkArrowBatch in com.databricks.jdbc.model.client.thrift.generated
Fields in com.databricks.jdbc.model.client.thrift.generated with type parameters of type TSparkArrowBatch Modifier and Type Field Description List<TSparkArrowBatch>TRowSet. arrowBatchesMethods in com.databricks.jdbc.model.client.thrift.generated that return TSparkArrowBatch Modifier and Type Method Description TSparkArrowBatchTSparkArrowBatch. deepCopy()TSparkArrowBatchTSparkArrowBatch. setBatch(byte[] batch)TSparkArrowBatchTSparkArrowBatch. setBatch(ByteBuffer batch)TSparkArrowBatchTSparkArrowBatch. setRowCount(long rowCount)Methods in com.databricks.jdbc.model.client.thrift.generated that return types with arguments of type TSparkArrowBatch Modifier and Type Method Description List<TSparkArrowBatch>TRowSet. getArrowBatches()Iterator<TSparkArrowBatch>TRowSet. getArrowBatchesIterator()Methods in com.databricks.jdbc.model.client.thrift.generated with parameters of type TSparkArrowBatch Modifier and Type Method Description voidTRowSet. 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 TSparkArrowBatch Modifier and Type Method Description TRowSetTRowSet. setArrowBatches(List<TSparkArrowBatch> arrowBatches)Constructors in com.databricks.jdbc.model.client.thrift.generated with parameters of type TSparkArrowBatch Constructor Description TSparkArrowBatch(TSparkArrowBatch other)Performs a deep copy on other.
-