gpt4 book ai didi

hive - 将数组投影到 hive 中的列

转载 作者:行者123 更新时间:2023-12-01 23:38:03 25 4
gpt4 key购买 nike

是否可以一步将数组投影到 hive 中的单独列中?

我有这个查询

select split(activity_data,":") as ad from log_table 

其中列广告包含 10 个单独的字段,我希望将其投影到 10 列中。

最佳答案

是的,这是可能的。我知道有两种方法可以做到这一点:

  1. 使用索引访问数组元素:

    从 mpod_audit_log 中选择 split(activity_data,":")[0] as col1, split(activity_data,":")[1] as col2 ...

  2. 在这篇文章中进行了解释。 Explode the Array of Struct in Hive

关于hive - 将数组投影到 hive 中的列,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17212623/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com