method

select_count?

select_count?(x)
private

No documentation available.

# File activerecord/lib/arel/visitors/mssql.rb, line 135
        def select_count?(x)
          x.projections.length == 1 && Arel::Nodes::Count === x.projections.first
        end