1. ホーム
  2. scala

[解決済み] Spark Implicit $ for DataFrame(データフレーム用暗黙の$)。

2022-02-17 19:58:15

質問

のどこにあるのでしょうか? sqlContext.implicits._ は、親データフレームの列に対するデータフレームの呼び出しを表す$"string"を定義しているのでしょうか?具体的には、以下のようなものを見て混乱しました。

import sqlContext.implicits._
df.where($"type".isin("type1","type2") and $"status".isin("completed","inprogress"))

解決方法は?

もし 次のリンク

<ブロッククオート

クラス SQLContext.implicits$.StringToColumn

col name"をColumnに変換します。

最新版へのリンクはこちら .