Uses of Class
com.databricks.jdbc.model.core.ChunkLinkFetchResult
-
-
Uses of ChunkLinkFetchResult in com.databricks.jdbc.api.impl.arrow
Methods in com.databricks.jdbc.api.impl.arrow that return ChunkLinkFetchResult Modifier and Type Method Description ChunkLinkFetchResultChunkLinkFetcher. fetchLinks(long startChunkIndex, long startRowOffset)Fetches the next batch of chunk links starting from the given position.ChunkLinkFetchResultSeaChunkLinkFetcher. fetchLinks(long startChunkIndex, long startRowOffset)ChunkLinkFetchResultThriftChunkLinkFetcher. fetchLinks(long startChunkIndex, long startRowOffset)Constructors in com.databricks.jdbc.api.impl.arrow with parameters of type ChunkLinkFetchResult Constructor Description StreamingChunkProvider(ChunkLinkFetcher linkFetcher, IDatabricksHttpClient httpClient, CompressionCodec compressionCodec, StatementId statementId, int maxChunksInMemory, int linkPrefetchWindow, int chunkReadyTimeoutSeconds, double cloudFetchSpeedThreshold, IDatabricksConnectionContext connectionContext, ChunkLinkFetchResult initialLinks)Creates a new StreamingChunkProvider. -
Uses of ChunkLinkFetchResult in com.databricks.jdbc.dbclient
Methods in com.databricks.jdbc.dbclient that return ChunkLinkFetchResult Modifier and Type Method Description ChunkLinkFetchResultIDatabricksClient. getResultChunks(StatementId statementId, long chunkIndex, long chunkStartRowOffset)Fetches the chunk links for given chunk index and statement-Id. -
Uses of ChunkLinkFetchResult in com.databricks.jdbc.dbclient.impl.sqlexec
Methods in com.databricks.jdbc.dbclient.impl.sqlexec that return ChunkLinkFetchResult Modifier and Type Method Description ChunkLinkFetchResultDatabricksSdkClient. getResultChunks(StatementId typedStatementId, long chunkIndex, long chunkStartRowOffset) -
Uses of ChunkLinkFetchResult in com.databricks.jdbc.dbclient.impl.thrift
Methods in com.databricks.jdbc.dbclient.impl.thrift that return ChunkLinkFetchResult Modifier and Type Method Description ChunkLinkFetchResultDatabricksThriftServiceClient. getResultChunks(StatementId statementId, long chunkIndex, long chunkStartRowOffset) -
Uses of ChunkLinkFetchResult in com.databricks.jdbc.model.core
Methods in com.databricks.jdbc.model.core that return ChunkLinkFetchResult Modifier and Type Method Description static ChunkLinkFetchResultChunkLinkFetchResult. endOfStream()Creates a result indicating the end of the stream (no more chunks).static ChunkLinkFetchResultChunkLinkFetchResult. of(List<ExternalLink> links, boolean hasMore, long nextFetchIndex, long nextRowOffset)Creates a result with the given links and continuation info.
-