2017-02-13 77 views
2

它在sqlContext.implicits._中的哪个位置定义了$“string”来表示对父数据框列的数据框调用?具体来说,我被搞糊涂了上看到类似以下内容:

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

回答