공부
[Zeppelin] function
승가비
2020. 5. 24. 14:42
728x90
https://spark.apache.org/docs/2.3.0/api/sql/index.html
Functions - Spark SQL, Built-in Functions
Spark SQL, Built-in Functions Docs » Functions ! ! expr - Logical not. % expr1 % expr2 - Returns the remainder after expr1/expr2. Examples: > SELECT 2 % 1.8; 0.2 > SELECT MOD(2, 1.8); 0.2 & expr1 & expr2 - Returns the result of bitwise AND of expr1 and
spark.apache.org
728x90