You are here

public property views_plugin_query_default::$pure_distinct in Views (for Drupal 7) 7.3

Defines the distinct type.

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

Type: bool

File

plugins/views_plugin_query_default.inc, line 118
Definition of views_plugin_query_default.

Class

views_plugin_query_default
Object used to create a SELECT query.

Code

public $pure_distinct = FALSE;