Implements Drupal\views\Plugin\views\query\QueryPluginBase::build().
Drupal\views\ViewExecutable $view:
Overrides QueryPluginBase::build
public function build(ViewExecutable $view) {
$this->view = $view;
// @todo Support pagers for know, a php based one would probably match.
// @todo You could add a string representatin of the query.
$this->view->build_info['query'] = "";
$this->view->build_info['count_query'] = "";
}