A set of operations working with SparkDataFrame columns
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | asc(x)
asc_nulls_first(x)
asc_nulls_last(x)
contains(x, ...)
desc(x)
desc_nulls_first(x)
desc_nulls_last(x)
getField(x, ...)
getItem(x, ...)
isNaN(x)
isNull(x)
isNotNull(x)
like(x, ...)
rlike(x, ...)
|
x |
a Column object. |
... |
additional argument(s). |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.