method

row_num_literal

rails latest stable - Class: Arel::Visitors::MSSQL

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v6.0.0) is shown here.

row_num_literal(order_by)
private

No documentation available.

# File activerecord/lib/arel/visitors/mssql.rb, line 131
        def row_num_literal(order_by)
          RowNumber.new order_by
        end