Uses of Class
com.databricks.jdbc.api.impl.arrow.AbstractArrowResultChunk
-
Packages that use AbstractArrowResultChunk Package Description com.databricks.jdbc.api.impl.arrow com.databricks.jdbc.api.impl.arrow.incubator -
-
Uses of AbstractArrowResultChunk in com.databricks.jdbc.api.impl.arrow
Classes in com.databricks.jdbc.api.impl.arrow with type parameters of type AbstractArrowResultChunk Modifier and Type Class Description classAbstractRemoteChunkProvider<T extends AbstractArrowResultChunk>Abstract base implementation of bothChunkProviderandChunkDownloadManagerinterfaces.classChunkLinkDownloadService<T extends AbstractArrowResultChunk>A service that manages the downloading and refreshing of external links for chunked data retrieval.Subclasses of AbstractArrowResultChunk in com.databricks.jdbc.api.impl.arrow Modifier and Type Class Description classArrowResultChunkMethods in com.databricks.jdbc.api.impl.arrow that return AbstractArrowResultChunk Modifier and Type Method Description AbstractArrowResultChunkChunkProvider. getChunk()Retrieves the current chunk of data after a successful call toChunkProvider.next(). -
Uses of AbstractArrowResultChunk in com.databricks.jdbc.api.impl.arrow.incubator
Subclasses of AbstractArrowResultChunk in com.databricks.jdbc.api.impl.arrow.incubator Modifier and Type Class Description classArrowResultChunkV2
-