(% left-expr right-expr)
Params: (other: Any)
Result: Column
Modulo (a.k.a. remainder) expression.
1.3.0
Source: https://spark.apache.org/docs/3.0.1/api/scala/org/apache/spark/sql/Column.html
Timestamp: 2020-10-19T01:56:19.822Z
Params: (other: Any) Result: Column Modulo (a.k.a. remainder) expression. 1.3.0 Source: https://spark.apache.org/docs/3.0.1/api/scala/org/apache/spark/sql/Column.html Timestamp: 2020-10-19T01:56:19.822Z
(& left-expr right-expr)
Params: (other: Any)
Result: Column
Compute bitwise AND of this expression with another expression.
1.4.0
Source: https://spark.apache.org/docs/3.0.1/api/scala/org/apache/spark/sql/Column.html
Timestamp: 2020-10-19T01:56:19.878Z
Params: (other: Any) Result: Column Compute bitwise AND of this expression with another expression. 1.4.0 Source: https://spark.apache.org/docs/3.0.1/api/scala/org/apache/spark/sql/Column.html Timestamp: 2020-10-19T01:56:19.878Z
(&& & exprs)
Params: (other: Any)
Result: Column
Boolean AND.
1.3.0
Source: https://spark.apache.org/docs/3.0.1/api/scala/org/apache/spark/sql/Column.html
Timestamp: 2020-10-19T01:56:19.824Z
Params: (other: Any) Result: Column Boolean AND. 1.3.0 Source: https://spark.apache.org/docs/3.0.1/api/scala/org/apache/spark/sql/Column.html Timestamp: 2020-10-19T01:56:19.824Z
(* & exprs)
Params: (other: Any)
Result: Column
Multiplication of this expression and another expression.
1.3.0
Source: https://spark.apache.org/docs/3.0.1/api/scala/org/apache/spark/sql/Column.html
Timestamp: 2020-10-19T01:56:19.827Z
Params: (other: Any) Result: Column Multiplication of this expression and another expression. 1.3.0 Source: https://spark.apache.org/docs/3.0.1/api/scala/org/apache/spark/sql/Column.html Timestamp: 2020-10-19T01:56:19.827Z
(+ & exprs)
Params: (other: Any)
Result: Column
Sum of this expression and another expression.
1.3.0
Source: https://spark.apache.org/docs/3.0.1/api/scala/org/apache/spark/sql/Column.html
Timestamp: 2020-10-19T01:56:19.829Z
Params: (other: Any) Result: Column Sum of this expression and another expression. 1.3.0 Source: https://spark.apache.org/docs/3.0.1/api/scala/org/apache/spark/sql/Column.html Timestamp: 2020-10-19T01:56:19.829Z
(- & exprs)
Params: (other: Any)
Result: Column
Subtraction. Subtract the other expression from this expression.
1.3.0
Source: https://spark.apache.org/docs/3.0.1/api/scala/org/apache/spark/sql/Column.html
Timestamp: 2020-10-19T01:56:19.957Z
Params: (other: Any) Result: Column Subtraction. Subtract the other expression from this expression. 1.3.0 Source: https://spark.apache.org/docs/3.0.1/api/scala/org/apache/spark/sql/Column.html Timestamp: 2020-10-19T01:56:19.957Z
(->col-array args)
Coerce a coll of coerceable values into a coll of columns.
Coerce a coll of coerceable values into a coll of columns.
(->col-seq arg)
Coerce a value into a coll of columns.
Coerce a value into a coll of columns.
Params: (colName: String)
Result: Column
Returns a Column based on the given column name.
1.3.0
Source: https://spark.apache.org/docs/3.0.1/api/scala/org/apache/spark/sql/functions$.html
Timestamp: 2020-10-19T01:56:22.258Z
Params: (colName: String) Result: Column Returns a Column based on the given column name. 1.3.0 Source: https://spark.apache.org/docs/3.0.1/api/scala/org/apache/spark/sql/functions$.html Timestamp: 2020-10-19T01:56:22.258Z
(/ & exprs)
Params: (other: Any)
Result: Column
Division this expression by another expression.
1.3.0
Source: https://spark.apache.org/docs/3.0.1/api/scala/org/apache/spark/sql/Column.html
Timestamp: 2020-10-19T01:56:19.832Z
Params: (other: Any) Result: Column Division this expression by another expression. 1.3.0 Source: https://spark.apache.org/docs/3.0.1/api/scala/org/apache/spark/sql/Column.html Timestamp: 2020-10-19T01:56:19.832Z
Params: (other: Any)
Result: Column
Less than.
1.3.0
Source: https://spark.apache.org/docs/3.0.1/api/scala/org/apache/spark/sql/Column.html
Timestamp: 2020-10-19T01:56:19.834Z
Params: (other: Any) Result: Column Less than. 1.3.0 Source: https://spark.apache.org/docs/3.0.1/api/scala/org/apache/spark/sql/Column.html Timestamp: 2020-10-19T01:56:19.834Z
Params: (other: Any)
Result: Column
Less than or equal to.
1.3.0
Source: https://spark.apache.org/docs/3.0.1/api/scala/org/apache/spark/sql/Column.html
Timestamp: 2020-10-19T01:56:19.836Z
Params: (other: Any) Result: Column Less than or equal to. 1.3.0 Source: https://spark.apache.org/docs/3.0.1/api/scala/org/apache/spark/sql/Column.html Timestamp: 2020-10-19T01:56:19.836Z
Params: (other: Any)
Result: Column
Equality test that is safe for null values.
1.3.0
Source: https://spark.apache.org/docs/3.0.1/api/scala/org/apache/spark/sql/Column.html
Timestamp: 2020-10-19T01:56:19.838Z
Params: (other: Any) Result: Column Equality test that is safe for null values. 1.3.0 Source: https://spark.apache.org/docs/3.0.1/api/scala/org/apache/spark/sql/Column.html Timestamp: 2020-10-19T01:56:19.838Z
Params: (other: Any)
Result: Column
Inequality test.
2.0.0
Source: https://spark.apache.org/docs/3.0.1/api/scala/org/apache/spark/sql/Column.html
Timestamp: 2020-10-19T01:56:19.840Z
Params: (other: Any) Result: Column Inequality test. 2.0.0 Source: https://spark.apache.org/docs/3.0.1/api/scala/org/apache/spark/sql/Column.html Timestamp: 2020-10-19T01:56:19.840Z
Params: (other: Any)
Result: Column
Equality test.
1.3.0
Source: https://spark.apache.org/docs/3.0.1/api/scala/org/apache/spark/sql/Column.html
Timestamp: 2020-10-19T01:56:19.843Z
Params: (other: Any) Result: Column Equality test. 1.3.0 Source: https://spark.apache.org/docs/3.0.1/api/scala/org/apache/spark/sql/Column.html Timestamp: 2020-10-19T01:56:19.843Z
Params: (other: Any)
Result: Column
Greater than.
1.3.0
Source: https://spark.apache.org/docs/3.0.1/api/scala/org/apache/spark/sql/Column.html
Timestamp: 2020-10-19T01:56:19.845Z
Params: (other: Any) Result: Column Greater than. 1.3.0 Source: https://spark.apache.org/docs/3.0.1/api/scala/org/apache/spark/sql/Column.html Timestamp: 2020-10-19T01:56:19.845Z
Params: (other: Any)
Result: Column
Greater than or equal to an expression.
1.3.0
Source: https://spark.apache.org/docs/3.0.1/api/scala/org/apache/spark/sql/Column.html
Timestamp: 2020-10-19T01:56:19.847Z
Params: (other: Any) Result: Column Greater than or equal to an expression. 1.3.0 Source: https://spark.apache.org/docs/3.0.1/api/scala/org/apache/spark/sql/Column.html Timestamp: 2020-10-19T01:56:19.847Z
(asc expr)
Params:
Result: Column
Returns a sort expression based on ascending order of the column.
1.3.0
Source: https://spark.apache.org/docs/3.0.1/api/scala/org/apache/spark/sql/Column.html
Timestamp: 2020-10-19T01:56:19.867Z
Params: Result: Column Returns a sort expression based on ascending order of the column. 1.3.0 Source: https://spark.apache.org/docs/3.0.1/api/scala/org/apache/spark/sql/Column.html Timestamp: 2020-10-19T01:56:19.867Z
(asc-nulls-first expr)
Params:
Result: Column
Returns a sort expression based on ascending order of the column, and null values return before non-null values.
2.1.0
Source: https://spark.apache.org/docs/3.0.1/api/scala/org/apache/spark/sql/Column.html
Timestamp: 2020-10-19T01:56:19.869Z
Params: Result: Column Returns a sort expression based on ascending order of the column, and null values return before non-null values. 2.1.0 Source: https://spark.apache.org/docs/3.0.1/api/scala/org/apache/spark/sql/Column.html Timestamp: 2020-10-19T01:56:19.869Z
(asc-nulls-last expr)
Params:
Result: Column
Returns a sort expression based on ascending order of the column, and null values appear after non-null values.
2.1.0
Source: https://spark.apache.org/docs/3.0.1/api/scala/org/apache/spark/sql/Column.html
Timestamp: 2020-10-19T01:56:19.870Z
Params: Result: Column Returns a sort expression based on ascending order of the column, and null values appear after non-null values. 2.1.0 Source: https://spark.apache.org/docs/3.0.1/api/scala/org/apache/spark/sql/Column.html Timestamp: 2020-10-19T01:56:19.870Z
(between expr lower-bound upper-bound)
Params: (lowerBound: Any, upperBound: Any)
Result: Column
True if the current column is between the lower bound and upper bound, inclusive.
1.4.0
Source: https://spark.apache.org/docs/3.0.1/api/scala/org/apache/spark/sql/Column.html
Timestamp: 2020-10-19T01:56:19.872Z
Params: (lowerBound: Any, upperBound: Any) Result: Column True if the current column is between the lower bound and upper bound, inclusive. 1.4.0 Source: https://spark.apache.org/docs/3.0.1/api/scala/org/apache/spark/sql/Column.html Timestamp: 2020-10-19T01:56:19.872Z
(bitwise-and left-expr right-expr)
Params: (other: Any)
Result: Column
Compute bitwise AND of this expression with another expression.
1.4.0
Source: https://spark.apache.org/docs/3.0.1/api/scala/org/apache/spark/sql/Column.html
Timestamp: 2020-10-19T01:56:19.878Z
Params: (other: Any) Result: Column Compute bitwise AND of this expression with another expression. 1.4.0 Source: https://spark.apache.org/docs/3.0.1/api/scala/org/apache/spark/sql/Column.html Timestamp: 2020-10-19T01:56:19.878Z
(bitwise-or left-expr right-expr)
Params: (other: Any)
Result: Column
Compute bitwise OR of this expression with another expression.
1.4.0
Source: https://spark.apache.org/docs/3.0.1/api/scala/org/apache/spark/sql/Column.html
Timestamp: 2020-10-19T01:56:19.879Z
Params: (other: Any) Result: Column Compute bitwise OR of this expression with another expression. 1.4.0 Source: https://spark.apache.org/docs/3.0.1/api/scala/org/apache/spark/sql/Column.html Timestamp: 2020-10-19T01:56:19.879Z
(bitwise-xor left-expr right-expr)
Params: (other: Any)
Result: Column
Compute bitwise XOR of this expression with another expression.
1.4.0
Source: https://spark.apache.org/docs/3.0.1/api/scala/org/apache/spark/sql/Column.html
Timestamp: 2020-10-19T01:56:19.881Z
Params: (other: Any) Result: Column Compute bitwise XOR of this expression with another expression. 1.4.0 Source: https://spark.apache.org/docs/3.0.1/api/scala/org/apache/spark/sql/Column.html Timestamp: 2020-10-19T01:56:19.881Z
(cast expr new-type)
Params: (to: DataType)
Result: Column
Casts the column to a different data type.
1.3.0
Source: https://spark.apache.org/docs/3.0.1/api/scala/org/apache/spark/sql/Column.html
Timestamp: 2020-10-19T01:56:19.885Z
Params: (to: DataType) Result: Column Casts the column to a different data type. 1.3.0 Source: https://spark.apache.org/docs/3.0.1/api/scala/org/apache/spark/sql/Column.html Timestamp: 2020-10-19T01:56:19.885Z
Params: (colName: String)
Result: Column
Returns a Column based on the given column name.
1.3.0
Source: https://spark.apache.org/docs/3.0.1/api/scala/org/apache/spark/sql/functions$.html
Timestamp: 2020-10-19T01:56:22.258Z
Params: (colName: String) Result: Column Returns a Column based on the given column name. 1.3.0 Source: https://spark.apache.org/docs/3.0.1/api/scala/org/apache/spark/sql/functions$.html Timestamp: 2020-10-19T01:56:22.258Z
(contains expr literal)
Params: (other: Any)
Result: Column
Contains the other element. Returns a boolean column based on a string match.
1.3.0
Source: https://spark.apache.org/docs/3.0.1/api/scala/org/apache/spark/sql/Column.html
Timestamp: 2020-10-19T01:56:19.888Z
Params: (other: Any) Result: Column Contains the other element. Returns a boolean column based on a string match. 1.3.0 Source: https://spark.apache.org/docs/3.0.1/api/scala/org/apache/spark/sql/Column.html Timestamp: 2020-10-19T01:56:19.888Z
(desc expr)
Params:
Result: Column
Returns a sort expression based on the descending order of the column.
1.3.0
Source: https://spark.apache.org/docs/3.0.1/api/scala/org/apache/spark/sql/Column.html
Timestamp: 2020-10-19T01:56:19.890Z
Params: Result: Column Returns a sort expression based on the descending order of the column. 1.3.0 Source: https://spark.apache.org/docs/3.0.1/api/scala/org/apache/spark/sql/Column.html Timestamp: 2020-10-19T01:56:19.890Z
(desc-nulls-first expr)
Params:
Result: Column
Returns a sort expression based on the descending order of the column, and null values appear before non-null values.
2.1.0
Source: https://spark.apache.org/docs/3.0.1/api/scala/org/apache/spark/sql/Column.html
Timestamp: 2020-10-19T01:56:19.891Z
Params: Result: Column Returns a sort expression based on the descending order of the column, and null values appear before non-null values. 2.1.0 Source: https://spark.apache.org/docs/3.0.1/api/scala/org/apache/spark/sql/Column.html Timestamp: 2020-10-19T01:56:19.891Z
(desc-nulls-last expr)
Params:
Result: Column
Returns a sort expression based on the descending order of the column, and null values appear after non-null values.
2.1.0
Source: https://spark.apache.org/docs/3.0.1/api/scala/org/apache/spark/sql/Column.html
Timestamp: 2020-10-19T01:56:19.893Z
Params: Result: Column Returns a sort expression based on the descending order of the column, and null values appear after non-null values. 2.1.0 Source: https://spark.apache.org/docs/3.0.1/api/scala/org/apache/spark/sql/Column.html Timestamp: 2020-10-19T01:56:19.893Z
(ends-with expr literal)
Params: (other: Column)
Result: Column
String ends with. Returns a boolean column based on a string match.
1.3.0
Source: https://spark.apache.org/docs/3.0.1/api/scala/org/apache/spark/sql/Column.html
Timestamp: 2020-10-19T01:56:19.898Z
Params: (other: Column) Result: Column String ends with. Returns a boolean column based on a string match. 1.3.0 Source: https://spark.apache.org/docs/3.0.1/api/scala/org/apache/spark/sql/Column.html Timestamp: 2020-10-19T01:56:19.898Z
Params: (other: Any)
Result: Column
Equality test that is safe for null values.
1.3.0
Source: https://spark.apache.org/docs/3.0.1/api/scala/org/apache/spark/sql/Column.html
Timestamp: 2020-10-19T01:56:19.901Z
Params: (other: Any) Result: Column Equality test that is safe for null values. 1.3.0 Source: https://spark.apache.org/docs/3.0.1/api/scala/org/apache/spark/sql/Column.html Timestamp: 2020-10-19T01:56:19.901Z
Params: (other: Any)
Result: Column
Equality test.
1.3.0
Source: https://spark.apache.org/docs/3.0.1/api/scala/org/apache/spark/sql/Column.html
Timestamp: 2020-10-19T01:56:19.903Z
Params: (other: Any) Result: Column Equality test. 1.3.0 Source: https://spark.apache.org/docs/3.0.1/api/scala/org/apache/spark/sql/Column.html Timestamp: 2020-10-19T01:56:19.903Z
Params: (other: Any)
Result: Column
Greater than or equal to an expression.
1.3.0
Source: https://spark.apache.org/docs/3.0.1/api/scala/org/apache/spark/sql/Column.html
Timestamp: 2020-10-19T01:56:19.910Z
Params: (other: Any) Result: Column Greater than or equal to an expression. 1.3.0 Source: https://spark.apache.org/docs/3.0.1/api/scala/org/apache/spark/sql/Column.html Timestamp: 2020-10-19T01:56:19.910Z
(get-field expr field-name)
Params: (fieldName: String)
Result: Column
An expression that gets a field by name in a StructType.
1.3.0
Source: https://spark.apache.org/docs/3.0.1/api/scala/org/apache/spark/sql/Column.html
Timestamp: 2020-10-19T01:56:19.913Z
Params: (fieldName: String) Result: Column An expression that gets a field by name in a StructType. 1.3.0 Source: https://spark.apache.org/docs/3.0.1/api/scala/org/apache/spark/sql/Column.html Timestamp: 2020-10-19T01:56:19.913Z
(get-item expr k)
Params: (key: Any)
Result: Column
An expression that gets an item at position ordinal out of an array, or gets a value by key key in a MapType.
1.3.0
Source: https://spark.apache.org/docs/3.0.1/api/scala/org/apache/spark/sql/Column.html
Timestamp: 2020-10-19T01:56:19.915Z
Params: (key: Any) Result: Column An expression that gets an item at position ordinal out of an array, or gets a value by key key in a MapType. 1.3.0 Source: https://spark.apache.org/docs/3.0.1/api/scala/org/apache/spark/sql/Column.html Timestamp: 2020-10-19T01:56:19.915Z
Params: (other: Any)
Result: Column
Greater than.
1.3.0
Source: https://spark.apache.org/docs/3.0.1/api/scala/org/apache/spark/sql/Column.html
Timestamp: 2020-10-19T01:56:19.916Z
Params: (other: Any) Result: Column Greater than. 1.3.0 Source: https://spark.apache.org/docs/3.0.1/api/scala/org/apache/spark/sql/Column.html Timestamp: 2020-10-19T01:56:19.916Z
(hash-code expr)
Params: ()
Result: Int
Source: https://spark.apache.org/docs/3.0.1/api/scala/org/apache/spark/sql/Column.html
Timestamp: 2020-10-19T01:56:19.918Z
Params: () Result: Int Source: https://spark.apache.org/docs/3.0.1/api/scala/org/apache/spark/sql/Column.html Timestamp: 2020-10-19T01:56:19.918Z
(is-in-collection expr coll)
Params: (values: Iterable[_])
Result: Column
A boolean expression that is evaluated to true if the value of this expression is contained by the provided collection.
Note: Since the type of the elements in the collection are inferred only during the run time, the elements will be "up-casted" to the most common type for comparison. For eg:
2.4.0
Source: https://spark.apache.org/docs/3.0.1/api/scala/org/apache/spark/sql/Column.html
Timestamp: 2020-10-19T01:56:19.924Z
Params: (values: Iterable[_]) Result: Column A boolean expression that is evaluated to true if the value of this expression is contained by the provided collection. Note: Since the type of the elements in the collection are inferred only during the run time, the elements will be "up-casted" to the most common type for comparison. For eg: 1) In the case of "Int vs String", the "Int" will be up-casted to "String" and the comparison will look like "String vs String". 2) In the case of "Float vs Double", the "Float" will be up-casted to "Double" and the comparison will look like "Double vs Double" 2.4.0 Source: https://spark.apache.org/docs/3.0.1/api/scala/org/apache/spark/sql/Column.html Timestamp: 2020-10-19T01:56:19.924Z
(is-na-n expr)
Params:
Result: Column
True if the current expression is NaN.
1.5.0
Source: https://spark.apache.org/docs/3.0.1/api/scala/org/apache/spark/sql/Column.html
Timestamp: 2020-10-19T01:56:19.927Z
Params: Result: Column True if the current expression is NaN. 1.5.0 Source: https://spark.apache.org/docs/3.0.1/api/scala/org/apache/spark/sql/Column.html Timestamp: 2020-10-19T01:56:19.927Z
(is-nan expr)
Params:
Result: Column
True if the current expression is NaN.
1.5.0
Source: https://spark.apache.org/docs/3.0.1/api/scala/org/apache/spark/sql/Column.html
Timestamp: 2020-10-19T01:56:19.927Z
Params: Result: Column True if the current expression is NaN. 1.5.0 Source: https://spark.apache.org/docs/3.0.1/api/scala/org/apache/spark/sql/Column.html Timestamp: 2020-10-19T01:56:19.927Z
(is-not-null expr)
Params:
Result: Column
True if the current expression is NOT null.
1.3.0
Source: https://spark.apache.org/docs/3.0.1/api/scala/org/apache/spark/sql/Column.html
Timestamp: 2020-10-19T01:56:19.932Z
Params: Result: Column True if the current expression is NOT null. 1.3.0 Source: https://spark.apache.org/docs/3.0.1/api/scala/org/apache/spark/sql/Column.html Timestamp: 2020-10-19T01:56:19.932Z
(is-null expr)
Params:
Result: Column
True if the current expression is null.
1.3.0
Source: https://spark.apache.org/docs/3.0.1/api/scala/org/apache/spark/sql/Column.html
Timestamp: 2020-10-19T01:56:19.933Z
Params: Result: Column True if the current expression is null. 1.3.0 Source: https://spark.apache.org/docs/3.0.1/api/scala/org/apache/spark/sql/Column.html Timestamp: 2020-10-19T01:56:19.933Z
(isin expr coll)
Params: (list: Any*)
Result: Column
A boolean expression that is evaluated to true if the value of this expression is contained by the evaluated values of the arguments.
Note: Since the type of the elements in the list are inferred only during the run time, the elements will be "up-casted" to the most common type for comparison. For eg:
1.5.0
Source: https://spark.apache.org/docs/3.0.1/api/scala/org/apache/spark/sql/Column.html
Timestamp: 2020-10-19T01:56:19.936Z
Params: (list: Any*) Result: Column A boolean expression that is evaluated to true if the value of this expression is contained by the evaluated values of the arguments. Note: Since the type of the elements in the list are inferred only during the run time, the elements will be "up-casted" to the most common type for comparison. For eg: 1) In the case of "Int vs String", the "Int" will be up-casted to "String" and the comparison will look like "String vs String". 2) In the case of "Float vs Double", the "Float" will be up-casted to "Double" and the comparison will look like "Double vs Double" 1.5.0 Source: https://spark.apache.org/docs/3.0.1/api/scala/org/apache/spark/sql/Column.html Timestamp: 2020-10-19T01:56:19.936Z
Params: (other: Any)
Result: Column
Less than or equal to.
1.3.0
Source: https://spark.apache.org/docs/3.0.1/api/scala/org/apache/spark/sql/Column.html
Timestamp: 2020-10-19T01:56:19.938Z
Params: (other: Any) Result: Column Less than or equal to. 1.3.0 Source: https://spark.apache.org/docs/3.0.1/api/scala/org/apache/spark/sql/Column.html Timestamp: 2020-10-19T01:56:19.938Z
(like expr literal)
Params: (literal: String)
Result: Column
SQL like expression. Returns a boolean column based on a SQL LIKE match.
1.3.0
Source: https://spark.apache.org/docs/3.0.1/api/scala/org/apache/spark/sql/Column.html
Timestamp: 2020-10-19T01:56:19.939Z
Params: (literal: String) Result: Column SQL like expression. Returns a boolean column based on a SQL LIKE match. 1.3.0 Source: https://spark.apache.org/docs/3.0.1/api/scala/org/apache/spark/sql/Column.html Timestamp: 2020-10-19T01:56:19.939Z
(lit arg)
Params: (literal: Any)
Result: Column
Creates a Column of literal value.
The passed in object is returned directly if it is already a Column. If the object is a Scala Symbol, it is converted into a Column also. Otherwise, a new Column is created to represent the literal value.
1.3.0
Source: https://spark.apache.org/docs/3.0.1/api/scala/org/apache/spark/sql/functions$.html
Timestamp: 2020-10-19T01:56:22.442Z
Params: (literal: Any) Result: Column Creates a Column of literal value. The passed in object is returned directly if it is already a Column. If the object is a Scala Symbol, it is converted into a Column also. Otherwise, a new Column is created to represent the literal value. 1.3.0 Source: https://spark.apache.org/docs/3.0.1/api/scala/org/apache/spark/sql/functions$.html Timestamp: 2020-10-19T01:56:22.442Z
Params: (other: Any)
Result: Column
Less than.
1.3.0
Source: https://spark.apache.org/docs/3.0.1/api/scala/org/apache/spark/sql/Column.html
Timestamp: 2020-10-19T01:56:19.956Z
Params: (other: Any) Result: Column Less than. 1.3.0 Source: https://spark.apache.org/docs/3.0.1/api/scala/org/apache/spark/sql/Column.html Timestamp: 2020-10-19T01:56:19.956Z
(minus & exprs)
Params: (other: Any)
Result: Column
Subtraction. Subtract the other expression from this expression.
1.3.0
Source: https://spark.apache.org/docs/3.0.1/api/scala/org/apache/spark/sql/Column.html
Timestamp: 2020-10-19T01:56:19.957Z
Params: (other: Any) Result: Column Subtraction. Subtract the other expression from this expression. 1.3.0 Source: https://spark.apache.org/docs/3.0.1/api/scala/org/apache/spark/sql/Column.html Timestamp: 2020-10-19T01:56:19.957Z
Params: (other: Any)
Result: Column
Modulo (a.k.a. remainder) expression.
1.3.0
Source: https://spark.apache.org/docs/3.0.1/api/scala/org/apache/spark/sql/Column.html
Timestamp: 2020-10-19T01:56:19.958Z
Params: (other: Any) Result: Column Modulo (a.k.a. remainder) expression. 1.3.0 Source: https://spark.apache.org/docs/3.0.1/api/scala/org/apache/spark/sql/Column.html Timestamp: 2020-10-19T01:56:19.958Z
(nan? expr)
Params:
Result: Column
True if the current expression is NaN.
1.5.0
Source: https://spark.apache.org/docs/3.0.1/api/scala/org/apache/spark/sql/Column.html
Timestamp: 2020-10-19T01:56:19.927Z
Params: Result: Column True if the current expression is NaN. 1.5.0 Source: https://spark.apache.org/docs/3.0.1/api/scala/org/apache/spark/sql/Column.html Timestamp: 2020-10-19T01:56:19.927Z
Params: (other: Any)
Result: Column
Inequality test.
1.3.0
Source: https://spark.apache.org/docs/3.0.1/api/scala/org/apache/spark/sql/Column.html
Timestamp: 2020-10-19T01:56:19.964Z
Params: (other: Any) Result: Column Inequality test. 1.3.0 Source: https://spark.apache.org/docs/3.0.1/api/scala/org/apache/spark/sql/Column.html Timestamp: 2020-10-19T01:56:19.964Z
(not-null? expr)
Params:
Result: Column
True if the current expression is NOT null.
1.3.0
Source: https://spark.apache.org/docs/3.0.1/api/scala/org/apache/spark/sql/Column.html
Timestamp: 2020-10-19T01:56:19.932Z
Params: Result: Column True if the current expression is NOT null. 1.3.0 Source: https://spark.apache.org/docs/3.0.1/api/scala/org/apache/spark/sql/Column.html Timestamp: 2020-10-19T01:56:19.932Z
(null-count expr)
Aggregate function: returns the null count of a column.
Aggregate function: returns the null count of a column.
(null-rate expr)
Aggregate function: returns the null rate of a column.
Aggregate function: returns the null rate of a column.
(null? expr)
Params:
Result: Column
True if the current expression is null.
1.3.0
Source: https://spark.apache.org/docs/3.0.1/api/scala/org/apache/spark/sql/Column.html
Timestamp: 2020-10-19T01:56:19.933Z
Params: Result: Column True if the current expression is null. 1.3.0 Source: https://spark.apache.org/docs/3.0.1/api/scala/org/apache/spark/sql/Column.html Timestamp: 2020-10-19T01:56:19.933Z
(rlike expr literal)
Params: (literal: String)
Result: Column
SQL RLIKE expression (LIKE with Regex). Returns a boolean column based on a regex match.
1.3.0
Source: https://spark.apache.org/docs/3.0.1/api/scala/org/apache/spark/sql/Column.html
Timestamp: 2020-10-19T01:56:19.977Z
Params: (literal: String) Result: Column SQL RLIKE expression (LIKE with Regex). Returns a boolean column based on a regex match. 1.3.0 Source: https://spark.apache.org/docs/3.0.1/api/scala/org/apache/spark/sql/Column.html Timestamp: 2020-10-19T01:56:19.977Z
(starts-with expr literal)
Params: (other: Column)
Result: Column
String starts with. Returns a boolean column based on a string match.
1.3.0
Source: https://spark.apache.org/docs/3.0.1/api/scala/org/apache/spark/sql/Column.html
Timestamp: 2020-10-19T01:56:19.979Z
Params: (other: Column) Result: Column String starts with. Returns a boolean column based on a string match. 1.3.0 Source: https://spark.apache.org/docs/3.0.1/api/scala/org/apache/spark/sql/Column.html Timestamp: 2020-10-19T01:56:19.979Z
(| left-expr right-expr)
Params: (other: Any)
Result: Column
Compute bitwise OR of this expression with another expression.
1.4.0
Source: https://spark.apache.org/docs/3.0.1/api/scala/org/apache/spark/sql/Column.html
Timestamp: 2020-10-19T01:56:19.879Z
Params: (other: Any) Result: Column Compute bitwise OR of this expression with another expression. 1.4.0 Source: https://spark.apache.org/docs/3.0.1/api/scala/org/apache/spark/sql/Column.html Timestamp: 2020-10-19T01:56:19.879Z
(|| & exprs)
Params: (other: Any)
Result: Column
Boolean OR.
1.3.0
Source: https://spark.apache.org/docs/3.0.1/api/scala/org/apache/spark/sql/Column.html
Timestamp: 2020-10-19T01:56:19.994Z
Params: (other: Any) Result: Column Boolean OR. 1.3.0 Source: https://spark.apache.org/docs/3.0.1/api/scala/org/apache/spark/sql/Column.html Timestamp: 2020-10-19T01:56:19.994Z
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close