Files

Class Index [+]

Quicksearch

Arel::Predicates::NotIn

Public Instance Methods

complement() click to toggle source
     # File lib/arel/algebra/predicates.rb, line 295
295:       def complement
296:         In.new(operand1, operand2)
297:       end
eval(row) click to toggle source
     # File lib/arel/algebra/predicates.rb, line 299
299:       def eval(row)
300:         !(operand2.eval(row).include?(operand1.eval(row)))
301:       end
predicate_sql() click to toggle source
     # File lib/arel/algebra/predicates.rb, line 303
303:       def predicate_sql; operand2.exclusion_predicate_sql end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.