在 Spark 中,以下哪项是对 DataFrame 取交集的算子?
(A)filter(condifionExpr:String):DataFrame
(B)Join(right:DataFrame,joinExprs:Column):DataFrame
(C)Intersect(other:DataFrame)
(D)dropDuplicates():DataFrame
参考答案
继续答题:下一题
(A)filter(condifionExpr:String):DataFrame
(B)Join(right:DataFrame,joinExprs:Column):DataFrame
(C)Intersect(other:DataFrame)
(D)dropDuplicates():DataFrame