# File lib/thinking_sphinx/active_record/sql_builder.rb, line 16
      def sql_query_range
        return nil if source.disable_range?
        statement.to_query_range_relation.to_sql
      end