Column#
| An expression that gets an item at position |
An expression that gets an item at position | |
| Returns this column aliased with a new name or names (in the case of expressions that return more than one column, such as explode). |
Returns a sort expression based on the ascending order of the column. | |
Returns a sort expression based on ascending order of the column, and null values return before non-null values. | |
Returns a sort expression based on ascending order of the column, and null values appear after non-null values. | |
|
|
| Check if the current column's values are between the specified lower and upper bounds, inclusive. |
| Compute bitwise AND of this expression with another expression. |
| " |
| Compute bitwise XOR of this expression with another expression. |
| Casts the column into type |
| Contains the other element. |
Returns a sort expression based on the descending order of the column. | |
Returns a sort expression based on the descending order of the column, and null values appear before non-null values. | |
Returns a sort expression based on the descending order of the column, and null values appear after non-null values. | |
| An expression that drops fields in |
| String ends with. |
| Equality test that is safe for null values. |
| An expression that gets a field by name in a |
| An expression that gets an item at position |
| SQL ILIKE expression (case insensitive LIKE). |
True if the current expression is NaN. | |
True if the current expression is NOT null. | |
True if the current expression is null. | |
| A boolean expression that is evaluated to true if the value of this expression is contained by the evaluated values of the arguments. |
| SQL like expression. |
|
|
| Evaluates a list of conditions and returns one of multiple possible result expressions. |
Mark this column as an outer column if its expression refers to columns from an outer query. | |
| Define a windowing column. |
| SQL RLIKE expression (LIKE with Regex). |
| String starts with. |
| Return a |
| This is a special version ofcast that performs the same operation, but returns a NULL value instead of raising an error if the invoke method throws exception. |
| Evaluates a list of conditions and returns one of multiple possible result expressions. |
| An expression that adds/replaces a field in |