티스토리 뷰

공부

[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

'공부' 카테고리의 다른 글

[Hive] drop partition  (0) 2020.05.24
Versioning  (0) 2020.05.24
[Presto] date function  (0) 2020.05.24
[JS] decimal to hex  (0) 2020.05.24
[JS] clone blob  (0) 2020.05.24
댓글