# File lib/arel/nodes/node.rb, line 44
      def to_sql engine = Table.engine
        engine.connection.visitor.accept self
      end