| Package | Description |
|---|---|
| net.snowflake.client.core | |
| net.snowflake.client.jdbc |
| Modifier and Type | Method and Description |
|---|---|
List<SnowflakeResultSetSerializable> |
SFBaseResultSet.getResultSetSerializables(long maxSizeInBytes)
Split this whole SnowflakeResultSetSerializable into small pieces based on the user specified
data size.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SnowflakeResultSetSerializableV1
This object is an intermediate object between result JSON from GS and ResultSet.
|
| Modifier and Type | Method and Description |
|---|---|
List<SnowflakeResultSetSerializable> |
SnowflakeResultSetV1.getResultSetSerializables(long maxSizeInBytes)
Get a list of ResultSetSerializables for the ResultSet in order to parallel processing
|
List<SnowflakeResultSetSerializable> |
SnowflakeResultSet.getResultSetSerializables(long maxSizeInBytes)
Get a list of ResultSetSerializables for the ResultSet in order to parallel processing
|
List<SnowflakeResultSetSerializable> |
SnowflakeResultSetSerializableV1.splitBySize(long maxSizeInBytes)
Split this object into small pieces based on the user specified data size.
|
Copyright © 2022. All rights reserved.