views_plugin_query_default::$pure_distinct
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
Class
- views_plugin_query_default
- Object used to create a SELECT query.
Code
public $pure_distinct = FALSE;