class Arel::SelectManager

def froms

def froms
  @ast.cores.filter_map { |x| x.from }
end