Uses of Interface
net.snowflake.client.api.resultset.SnowflakeResultSetSerializable
-
Packages that use SnowflakeResultSetSerializable Package Description net.snowflake.client.api.resultset -
-
Uses of SnowflakeResultSetSerializable in net.snowflake.client.api.resultset
Methods in net.snowflake.client.api.resultset that return types with arguments of type SnowflakeResultSetSerializable Modifier and Type Method Description List<SnowflakeResultSetSerializable>SnowflakeResultSet. getResultSetSerializables(long maxSizeInBytes)Get a list of ResultSetSerializables for the ResultSet in order to parallel processing
-