Method: Bmg::Sql::Processor::Flatten#on_with_exp

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

#on_with_exp(sexpr) ⇒ Object



6
7
8
9
# File 'lib/bmg/sql/processor/flatten.rb', line 6

def on_with_exp(sexpr)
  @subqueries = sexpr.with_spec.to_hash
  apply(sexpr.select_exp)
end