Yes, it doesn’t exist. You express the same logic with agg followed by where:
df.groupBy(someExpr).agg(somAgg).where(somePredicate)
Yes, it doesn’t exist. You express the same logic with agg followed by where:
df.groupBy(someExpr).agg(somAgg).where(somePredicate)