Uses of Class
com.databricks.jdbc.api.impl.arrow.ArrowResultChunk
Packages that use ArrowResultChunk
-
Uses of ArrowResultChunk in com.databricks.jdbc.api.impl.arrow
Subclasses with type arguments of type ArrowResultChunk in com.databricks.jdbc.api.impl.arrowMethods in com.databricks.jdbc.api.impl.arrow that return ArrowResultChunkModifier and TypeMethodDescriptionArrowResultChunk.Builder.build()protected ArrowResultChunkRemoteChunkProvider.createChunk(StatementId statementId, long chunkIndex, TSparkArrowResultLink resultLink) Creates chunkAbstractRemoteChunkProviderbased on theTSparkArrowResultLink.protected ArrowResultChunkRemoteChunkProvider.createChunk(StatementId statementId, long chunkIndex, com.databricks.sdk.service.sql.BaseChunkInfo chunkInfo) Creates chunkAbstractRemoteChunkProviderbased on theBaseChunkInfo.InlineChunkProvider.getChunk()Retrieves the current chunk of data after a successful call toChunkProvider.next().