# File lib/postgres_ext/arel/4.1/predications.rb, line 34
    def all(other)
      any_tags_function = Arel::Nodes::NamedFunction.new('ALL', [self])
      Arel::Nodes::Equality.new(other, any_tags_function)
    end