# File lib/arel/engines/sql/relations/table.rb, line 81
    def reset
      @columns = nil
      @attributes = Header.new([])
    end