module Arel::FilterPredications

def filter(expr)

def filter(expr)
  Nodes::Filter.new(self, expr)
end