Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ class SchemaRDD(
* Filters tuples using a function over the value of the specified column.
*
* {{{
* schemaRDD.sfilter('a)((a: Int) => ...)
* schemaRDD.where('a)((a: Int) => ...)
* }}}
*
* @group Query
Expand Down