public Microsoft.Spark.Sql.DataFrame Where (Microsoft.Spark.Sql.Column condition);
member this.Where : Microsoft.Spark.Sql.Column -> Microsoft.Spark.Sql.DataFrame
Public Function Where (condition As Column) As DataFrame
public Microsoft.Spark.Sql.DataFrame Where (string conditionExpr);
member this.Where : string -> Microsoft.Spark.Sql.DataFrame
Public Function Where (conditionExpr As String) As DataFrame