当前位置:网站首页>Spark 之 built-in functions
Spark 之 built-in functions
2022-06-27 05:33: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
边栏推荐
猜你喜欢

Avoid asteroids

Two position relay hjws-9440

Codeforces Round #802 (Div. 2)

Using domain name forwarding mqtt protocol, pit avoidance Guide

重映像(STM32)

齐纳二极管 稳压二极管 SOD123封装 正负区分

清华大学开源软件镜像站网址

Open the door small example to learn ten use case diagrams

leetcode299周赛记录

流媒体协议初探(MPEG2-TS、RTSP、RTP、RTCP、SDP、RTMP、HLS、HDS、HSS、MPEG-DASH)
随机推荐
Codeforces Round #802 (Div. 2)
洛谷P4683 [IOI2008] Type Printer 题解
QT using Valgrind to analyze memory leaks
Microservice system design -- unified authentication service design
Asp. Net core6 websocket simple case
LeetCode-515. 在每个树行中找最大值
Neo4j community conflicts with neo4j desktop
双位置继电器XJLS-8G/220
微信小程序刷新当前页面
Leetcode298 weekly race record
Some articles about component packaging and my experience
Two position relay rxmvb2 r251 204 110dc
躲避小行星游戏
EPICS记录参考5 -- 数组模拟输入记录Array Analog Input (aai)
Quick sort (non recursive) and merge sort
LeetCode-515. Find the maximum value in each tree row
ES6 0622 III
Avoid asteroids
017 basics of C language: bit field and typedef
流媒体协议初探(MPEG2-TS、RTSP、RTP、RTCP、SDP、RTMP、HLS、HDS、HSS、MPEG-DASH)