where
documentation:
Filters rows using the given condition. This is an alias for filter.
filter
is simply the standard Scala (and FP in general) name for such a function, and where
is for people who prefer SQL.
where
documentation:
Filters rows using the given condition. This is an alias for filter.
filter
is simply the standard Scala (and FP in general) name for such a function, and where
is for people who prefer SQL.