gpt4 book ai didi

scala - 在 Spark SQL 中动态绑定(bind)变量/参数?

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

如何在 Apache Spark SQL 中绑定(bind)变量?例如:

val sqlContext = new org.apache.spark.sql.hive.HiveContext(sc)
sqlContext.sql("SELECT * FROM src WHERE col1 = ${VAL1}").collect().foreach(println)

最佳答案

派斯帕克

sqlContext.sql("SELECT * FROM src WHERE col1 = {1} and col2 = {2}".format(VAL1,VAL2).collect().foreach(println)

关于scala - 在 Spark SQL 中动态绑定(bind)变量/参数?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26755230/

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