📜  Apache Tajo-运算符

📅  最后修改于: 2020-12-02 06:03:35             🧑  作者: Mango


Tajo中使用以下运算符执行所需的操作。

S.No. Operator & Description
1 Arithmetic operators

Presto supports arithmetic operators such as +, −, *, /, %.

2 Relational operators

<, >, <=, >=, =, <>

3 Logical operators

AND, OR, NOT

4 String operators

The ‘||’ operator performs string concatenation.

5 Range operators

Range operator is used to test the value in a specific range. Tajo supports BETWEEN, IS NULL, IS NOT NULL operators.