| Package | Description |
|---|---|
| net.snowflake.client.core | |
| net.snowflake.client.jdbc |
| Modifier and Type | Method and Description |
|---|---|
SnowflakeResultChunk |
ChunkDownloader.getNextChunkToConsume()
Get next SnowflakeResultChunk that is ready to be consumed by the main thread.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ArrowResultChunk |
class |
JsonResultChunk |
| Modifier and Type | Method and Description |
|---|---|
SnowflakeResultChunk |
SnowflakeChunkDownloader.getNextChunkToConsume()
The method does the following:
|
SnowflakeResultChunk |
SnowflakeChunkDownloader.NoOpChunkDownloader.getNextChunkToConsume() |
SnowflakeResultChunk |
ChunkDownloadContext.getResultChunk() |
| Constructor and Description |
|---|
ChunkDownloadContext(SnowflakeChunkDownloader chunkDownloader,
SnowflakeResultChunk resultChunk,
String qrmk,
int chunkIndex,
Map<String,String> chunkHeadersMap,
int networkTimeoutInMilli,
int authTimeout,
int socketTimeout,
SFBaseSession session) |
Copyright © 2022. All rights reserved.