当前位置:网站首页>Built in functions of spark
Built in functions of spark
2022-06-27 05:44:00 【zhixingheyi_ tian】
explode
explode(expr) - Separates the elements of array expr into multiple rows, or the elements of map expr into multiple rows and columns. Unless specified otherwise, uses the default column name col for elements of the array or key and value for the elements of the map.
Examples:
> SELECT explode(array(10, 20));
10
20
边栏推荐
- Neon optimization 1: how to optimize software performance and reduce power consumption?
- AD22 gerber files 点开 gerber steup 界面 有问题 官方解决方法
- Unity中跨平台获取系统音量
- WebRTC系列-网络传输之7-ICE补充之提名(nomination)与ICE_Model
- Redis高可用集群(哨兵、集群)
- Junda technology - centralized monitoring scheme for multi brand precision air conditioners
- Flink生产问题(1.10)
- Webrtc series - Nomination and ice of 7-ice supplement for network transmission_ Model
- mysql 查询时将状态改为相对应的文字
- py2neo基本语法
猜你喜欢
Qt使用Valgrind分析内存泄漏
30个单片机常见问题及解决办法!
[FPGA] design and implementation of frequency division and doubling based on FPGA
Codeforces Round #802 (Div. 2)
LeetCode-515. 在每个树行中找最大值
NLP-D62-nlp比赛D31&刷题D15
Nlp-d62-nlp competition d31 & question brushing D15
机械转码日记【17】模板,STL简介
Two position relay xjls-8g/220
Remapping (STM32)
随机推荐
Unity point light disappears
双位置继电器JDP-1440/DC110V
Dual position relay dls-34a dc0.5a 220VDC
leetcode298周赛记录
重映像(STM32)
Codeforces Round #802 (Div. 2)
NLP-D62-nlp比赛D31&刷题D15
【Cocos Creator 3.5.1】input. Use of on
【NIPS 2017】PointNet++:度量空间中点集的深层次特征学习
IAR systems fully supports Centrino technology 9 series chips
How JQ gets the reciprocal elements
Experience oceanbase database under win10
Terminal in pychar cannot enter the venv environment
Unity中跨平臺獲取系統音量
双位置继电器RXMVB2 R251 204 110DC
Asp. Net core6 websocket simple case
Tsinghua University open source software mirror website
[622. design cycle queue]
STM32 reads IO high and low level status
【Cocos Creator 3.5.1】input.on的使用