# File lib/arel/nodes/node.rb, line 24
      def to_sql engine = Table.engine
        viz = Visitors.for engine
        viz.accept self
      end