Package com.snowflake.snowpark_java
Class HasCachedResult
- java.lang.Object
-
- com.snowflake.snowpark.internal.Logging
-
- com.snowflake.snowpark_java.DataFrame
-
- com.snowflake.snowpark_java.HasCachedResult
-
- All Implemented Interfaces:
Cloneable
public class HasCachedResult extends DataFrame
A DataFrame that returns cached data. Repeated invocations of actions on this type of dataframe are guaranteed to produce the same results. It is returned from `cacheResult` functions (e.g.DataFrame.cacheResult
).- Since:
- 0.12.0
-
-
Method Summary
-
Methods inherited from class com.snowflake.snowpark_java.DataFrame
agg, alias, async, cacheResult, clone, col, collect, count, createOrReplaceTempView, createOrReplaceTempView, createOrReplaceView, createOrReplaceView, crossJoin, cube, cube, distinct, drop, drop, dropDuplicates, except, explain, filter, first, first, flatten, flatten, groupBy, groupBy, groupByGroupingSets, intersect, join, join, join, join, join, join, join, join, join, join, join, join, limit, na, naturalJoin, naturalJoin, pivot, pivot, randomSplit, rename, rollup, rollup, sample, sample, schema, select, select, show, show, show, sort, stat, toDF, toLocalIterator, union, unionAll, unionAllByName, unionByName, where, withColumn, withColumns, write
-
-