- Apache Presto 教程
- Apache Presto - 主頁
- Apache Presto - 概觀
- Apache Presto - 架構
- Apache Presto - 安裝
- Apache Presto - 配置
- Apache Presto - 管理
- Apache Presto - SQL 操作
- Apache Presto - SQL 函式
- Apache Presto - MySQL 聯結器
- Apache Presto - JMX 聯結器
- Apache Presto - HIVE 聯結器
- Apache Presto - KAFKA 聯結器
- Apache Presto - JDBC 介面
- 自定義函式應用
- Apache Presto 有用資源
- Apache Presto - 快速指南
- Apache Presto - 有用資源
- Apache Presto - 討論
Apache Presto - 對映運算子
以下是對映運算子的型別。
對映下標運算子
查詢
presto:default> select map(array[1,2],array[2,3]) as map;
結果
map
------------
{1=2, 2=3}
對映運算子返回帶鍵和值的陣列元素。
apache_presto_basic_sql_operations.htm
廣告