# File lib/thinking_sphinx/active_record/column_sql_presenter.rb, line 8
  def aggregate?
    path.aggregate?
  rescue Joiner::AssociationNotFound
    false
  end