| 
            Select::countQuery           | 
                  
            function           | 
                  
            drupal/core/lib/Drupal/Core/Database/Query/Select.php           | 
                  
            Implements SelectInterface::countQuery().           | 
              
          
                  | 
            Mini::useCountQuery           | 
                  
            function           | 
                  
            drupal/core/modules/views/lib/Drupal/views/Plugin/views/pager/Mini.php           | 
                  
            Overrides \Drupal\views\Plugin\views\pager\PagerPluginBase::useCountQuery().           | 
              
          
                  | 
            None::useCountQuery           | 
                  
            function           | 
                  
            drupal/core/modules/views/lib/Drupal/views/Plugin/views/pager/None.php           | 
                  
            Determine if a pager needs a count query.           | 
              
          
                  | 
            Some::useCountQuery           | 
                  
            function           | 
                  
            drupal/core/modules/views/lib/Drupal/views/Plugin/views/pager/Some.php           | 
                  
            Determine if a pager needs a count query.           | 
              
          
                  | 
            None::executeCountQuery           | 
                  
            function           | 
                  
            drupal/core/modules/views/lib/Drupal/views/Plugin/views/pager/None.php           | 
                  
            Execute the count query, which will be done just prior to the query
itself being executed.           | 
              
          
                  | 
            SearchQuery::countQuery           | 
                  
            function           | 
                  
            drupal/core/modules/search/lib/Drupal/search/SearchQuery.php           | 
                  
            Builds the default count query for SearchQuery.           | 
              
          
                  | 
            Select::prepareCountQuery           | 
                  
            function           | 
                  
            drupal/core/lib/Drupal/Core/Database/Query/Select.php           | 
                  
            Prepares a count query from the current query object.           | 
              
          
                  | 
            SelectExtender::countQuery           | 
                  
            function           | 
                  
            drupal/core/lib/Drupal/Core/Database/Query/SelectExtender.php           | 
                  
            Get the equivalent COUNT query of this query as a new query object.           | 
              
          
                  | 
            SelectInterface::countQuery           | 
                  
            function           | 
                  
            drupal/core/lib/Drupal/Core/Database/Query/SelectInterface.php           | 
                  
            Get the equivalent COUNT query of this query as a new query object.           | 
              
          
                  | 
            PagerPluginBase::useCountQuery           | 
                  
            function           | 
                  
            drupal/core/modules/views/lib/Drupal/views/Plugin/views/pager/PagerPluginBase.php           | 
                  
            Determine if a pager needs a count query.           | 
              
          
                  | 
            SelectComplexTest::testCountQuery           | 
                  
            function           | 
                  
            drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectComplexTest.php           | 
                  
            Tests that we can generate a count query from a built query.           | 
              
          
                  | 
            PagerPluginBase::executeCountQuery           | 
                  
            function           | 
                  
            drupal/core/modules/views/lib/Drupal/views/Plugin/views/pager/PagerPluginBase.php           | 
                  
            Execute the count query, which will be done just prior to the query
itself being executed.           | 
              
          
                  | 
            PagerSelectExtender::setCountQuery           | 
                  
            function           | 
                  
            drupal/core/lib/Drupal/Core/Database/Query/PagerSelectExtender.php           | 
                  
            Specify the count query object to use for this pager.           | 
              
          
                  | 
            PagerSelectExtender::getCountQuery           | 
                  
            function           | 
                  
            drupal/core/lib/Drupal/Core/Database/Query/PagerSelectExtender.php           | 
                  
            Retrieve the count query for this pager.           | 
              
          
                  | 
            PagerSelectExtender::$customCountQuery           | 
                  
            property           | 
                  
            drupal/core/lib/Drupal/Core/Database/Query/PagerSelectExtender.php           | 
                  
            The count query that will be used for this pager.           | 
              
          
                  | 
            SelectComplexTest::testHavingCountQuery           | 
                  
            function           | 
                  
            drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectComplexTest.php           | 
                  
            Tests having queries.           | 
              
          
                  | 
            SelectComplexTest::testCountQueryGroupBy           | 
                  
            function           | 
                  
            drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectComplexTest.php           | 
                  
            Tests that we can generate a count query from a query with GROUP BY.           | 
              
          
                  | 
            SelectComplexTest::testCountQueryRemovals           | 
                  
            function           | 
                  
            drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectComplexTest.php           | 
                  
            Tests that countQuery removes 'all_fields' statements and ordering clauses.           | 
              
          
                  | 
            SelectComplexTest::testCountQueryDistinct           | 
                  
            function           | 
                  
            drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectComplexTest.php           | 
                  
            Tests that we can generate a count query from a query with distinct.           | 
              
          
                  | 
            SelectComplexTest::testCountQueryFieldRemovals           | 
                  
            function           | 
                  
            drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectComplexTest.php           | 
                  
            Tests that countQuery properly removes fields and expressions.           |