티스토리 뷰

공부

[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

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

[Python] KafkaConsumer start consuming messages from a timestamp  (0) 2020.07.24
[Presto] function  (0) 2020.07.24
[Presto] properties.config  (0) 2020.07.24
FQDN(Fully Qualified Domain Name)  (0) 2020.07.24
[Hive] parse JSON  (0) 2020.07.24
댓글