spark-sql> describe function `<>`;
Function: <>
Usage: a <> b - Returns TRUE if a is not equal to b
Spark SQL CLI — spark-sql
Caution
|
FIXME |
Tip
|
Read about Spark SQL CLI in Spark’s official documentation in Running the Spark SQL CLI. |
Tip
|
Functions are registered in FunctionRegistry. |
spark-sql> show functions;
spark-sql> explain extended show tables;