Set up the query for this argument.
The argument sent may be found at $this->argument.
Overrides PluginBase::query
public function query($group_by = FALSE) {
$this
->ensureMyTable();
$this->query
->add_where(0, "{$this->tableAlias}.{$this->realField}", $this->argument);
}