# File lib/thinking_sphinx/active_record/property_sql_presenter.rb, line 10
  def to_group
    return nil if sourced_by_query? || !group?

    columns_with_table
  end