Method: Bmg::Sql::Processor::LimitOffset#on_set_operator

Defined in:
lib/bmg/sql/processor/limit_offset.rb

#on_set_operator(sexpr) ⇒ Object Also known as: on_union, on_except, on_intersect



13
14
15
# File 'lib/bmg/sql/processor/limit_offset.rb', line 13

def on_set_operator(sexpr)
  apply(builder.from_self(sexpr))
end