Class RemoteChunkProviderV2

java.lang.Object
com.databricks.jdbc.api.impl.arrow.AbstractRemoteChunkProvider<ArrowResultChunkV2>
com.databricks.jdbc.api.impl.arrow.incubator.RemoteChunkProviderV2
All Implemented Interfaces:
ChunkProvider

public class RemoteChunkProviderV2 extends AbstractRemoteChunkProvider<ArrowResultChunkV2>
A V2 implementation of chunk provider that handles chunk downloads using Apache's async HTTP client. Each chunk is downloaded sequentially but processed asynchronously through streaming responses.