# File lib/arel/select_manager.rb, line 101
    def froms
      @ast.cores.map { |x| x.from }.compact
    end