# File lib/postgres_ext/arel/4.2/predications.rb, line 5
    def contained_within(other)
      Nodes::ContainedWithin.new self, Nodes.build_quoted(other, self)
    end