DataFrame.Limit(Int32) メソッド

定義

最初numberの行を取得して新しい DataFrame を返します。

public Microsoft.Spark.Sql.DataFrame Limit (int n);
member this.Limit : int -> Microsoft.Spark.Sql.DataFrame
Public Function Limit (n As Integer) As DataFrame

パラメーター

n
Int32

取得する行数

戻り値

DataFrame オブジェクト

適用対象