# File test/src/sql.rb, line 265
  def to_s
    "#{left} union #{case when all: 'all ' else '' end}#{right}"
  end