공부
[Spark] function
승가비
2020. 7. 24. 20:12
728x90
http://spark.apache.org/docs/latest/api/sql/index.html#explode
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 expr2
spark.apache.org
728x90