public static class SnowflakeChunkDownloader.NoOpChunkDownloader extends Object implements ChunkDownloader
| Constructor and Description |
|---|
NoOpChunkDownloader() |
| Modifier and Type | Method and Description |
|---|---|
SnowflakeResultChunk |
getNextChunkToConsume()
Get next SnowflakeResultChunk that is ready to be consumed by the main thread.
|
DownloaderMetrics |
terminate()
Terminate the chunk downloader, release all resources allocated
|
public SnowflakeResultChunk getNextChunkToConsume() throws SnowflakeSQLException
ChunkDownloadergetNextChunkToConsume in interface ChunkDownloaderSnowflakeSQLExceptionpublic DownloaderMetrics terminate()
ChunkDownloaderterminate in interface ChunkDownloaderCopyright © 2022. All rights reserved.