You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@crunch.apache.org by "David Whiting (JIRA)" <ji...@apache.org> on 2016/01/18 15:13:39 UTC

[jira] [Created] (CRUNCH-587) Add missing filter(), filterByKey() and filterByValue() functions from Lambda LTable implementation

David Whiting created CRUNCH-587:
------------------------------------

             Summary: Add missing filter(), filterByKey() and filterByValue() functions from Lambda LTable implementation
                 Key: CRUNCH-587
                 URL: https://issues.apache.org/jira/browse/CRUNCH-587
             Project: Crunch
          Issue Type: Improvement
            Reporter: David Whiting
            Assignee: David Whiting
            Priority: Minor
             Fix For: 0.14.0


I missed implementing a filter() method specifically for LTables (ie. returning LTable<> instead of LCollection<Pair<>>). This patch adds those, and also filterByKey() and filterByValue() because they are trivial to implement and will play nicer with predicates supplied as method references.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)