| Package | Description |
|---|---|
| com.snowflake.snowpark_java |
Provides most of the classes for the Snowpark Java API.
|
| Modifier and Type | Method and Description |
|---|---|
GetResult[] |
FileOperation.get(String stageLocation,
String targetDirectory)
Downloads the specified files from a path in a stage (specified by
stageLocation) to
the local directory specified by targetLocation. |
GetResult[] |
FileOperation.get(String stageLocation,
String targetDirectory,
Map<String,String> options)
Downloads the specified files from a path in a stage (specified by
stageLocation) to
the local directory specified by targetLocation. |
© 2023 Snowflake Inc. All Rights Reserved