# File lib/postgres_ext/arel/4.2/predications.rb, line 17
    def contained_in_array(other)
      Nodes::ContainedInArray.new self, Nodes.build_quoted(other, self)
    end