Defines the distinct type.

  • FALSE if it's distinct by base field.
  • TRUE if it just adds the sql distinct keyword.

Type: bool

File

core/modules/views/plugins/views_plugin_query_default.inc, line 114
Defines the default query object.

Class

views_plugin_query_default
Object used to create a SELECT query.

Code

public $pure_distinct = FALSE;