Overrides SelectInterface::distinct
public function distinct($distinct = TRUE) { $this->query ->distinct($distinct); return $this; }