Uses of Class
com.snowflake.snowpark_java.HasCachedResult
-
Packages that use HasCachedResult Package Description com.snowflake.snowpark_java Provides most of the classes for the Snowpark Java API. -
-
Uses of HasCachedResult in com.snowflake.snowpark_java
Methods in com.snowflake.snowpark_java that return HasCachedResult Modifier and Type Method Description HasCachedResult
DataFrame. cacheResult()
Caches the content of this DataFrame to create a new cached DataFrame.
-