语言

DataFrame.Cache 方法

定义

使用默认存储级别MEMORY_AND_DISK保留此 DataFrame 文件。

public Microsoft.Spark.Sql.DataFrame Cache();
member this.Cache : unit -> Microsoft.Spark.Sql.DataFrame
Public Function Cache () As DataFrame

返回

DataFrame 对象

适用于