filter(func)
filter(func)
Return a new DStream by selecting only the records of the source DStream on which func returns true.
Last updated
Return a new DStream by selecting only the records of the source DStream on which func returns true.
Last updated