Module: Arel::Predications

Defined in:
lib/ar_jdbc_pg_array/querying_arel.rb

Instance Method Summary collapse

Instance Method Details

#ar_all(other) ⇒ Object



18
19
20
# File 'lib/ar_jdbc_pg_array/querying_arel.rb', line 18

def ar_all other
  Nodes::ArrayAll.new self, other
end

#ar_any(other) ⇒ Object



14
15
16
# File 'lib/ar_jdbc_pg_array/querying_arel.rb', line 14

def ar_any other
  Nodes::ArrayAny.new self, other
end

#ar_included(other) ⇒ Object



22
23
24
# File 'lib/ar_jdbc_pg_array/querying_arel.rb', line 22

def ar_included other
  Nodes::ArrayIncluded.new self, other
end