Class 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