| Package | Description |
|---|---|
| com.snowflake.snowpark_java |
Provides most of the classes for the Snowpark Java API.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TypedAsyncJob<T>
Provides a way to track an asynchronously executed action in a DataFrame.
|
| Modifier and Type | Method and Description |
|---|---|
AsyncJob |
Session.createAsyncJob(String queryID)
Returns an AsyncJob object that you can use to track the status and get the results of the
asynchronous query specified by the query ID.
|
© 2022 Snowflake Inc. All Rights Reserved