protected property Query::$sqlGroupBy

An array of strings added as to the group by, keyed by the string to avoid duplicates.

Type: array

File

drupal/core/modules/field_sql_storage/lib/Drupal/field_sql_storage/Entity/Query.php, line 55
Definition of Drupal\field_sql_storage\Entity\Query.

Class

Query
The SQL storage entity query class.

Namespace

Drupal\field_sql_storage\Entity

Code

protected $sqlGroupBy = array();