Share via


Functions.ArrayRemove(Column, Object) Method

Definition

Remove all elements that equal to element from the given array.

[Microsoft.Spark.Since("2.4.0")]
public static Microsoft.Spark.Sql.Column ArrayRemove (Microsoft.Spark.Sql.Column column, object element);
[<Microsoft.Spark.Since("2.4.0")>]
static member ArrayRemove : Microsoft.Spark.Sql.Column * obj -> Microsoft.Spark.Sql.Column
Public Shared Function ArrayRemove (column As Column, element As Object) As Column

Parameters

column
Column

Column to apply

element
Object

Element to remove

Returns

Column object

Attributes

Applies to