| Package | Description |
|---|---|
| net.snowflake.client.core | |
| net.snowflake.client.jdbc |
| Modifier and Type | Method and Description |
|---|---|
static QueryResultFormat |
QueryResultFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryResultFormat[] |
QueryResultFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Optional<QueryResultFormat> |
QueryResultFormat.lookupByName(String n) |
| Constructor and Description |
|---|
SnowflakeChunkDownloader(int colCount,
com.fasterxml.jackson.databind.JsonNode chunksData,
int prefetchThreads,
String qrmk,
com.fasterxml.jackson.databind.JsonNode chunkHeaders,
int networkTimeoutInMilli,
boolean useJsonParserV2,
long memoryLimit,
QueryResultFormat queryResultFormat,
SFSession sfSession)
Constructor to initialize downloader
|
Copyright © 2019. All rights reserved.