Uses of Class
com.snowflake.snowpark_java.GetResult
-
Packages that use GetResult Package Description com.snowflake.snowpark_java Provides most of the classes for the Snowpark Java API. -
-
Uses of GetResult in com.snowflake.snowpark_java
Methods in com.snowflake.snowpark_java that return GetResult Modifier and Type Method Description GetResult[]
FileOperation. get(String stageLocation, String targetDirectory)
Downloads the specified files from a path in a stage (specified bystageLocation
) to the local directory specified bytargetLocation
.GetResult[]
FileOperation. get(String stageLocation, String targetDirectory, Map<String,String> options)
Downloads the specified files from a path in a stage (specified bystageLocation
) to the local directory specified bytargetLocation
.
-