function tripal_views_handler_field_aggregate::query

1.x tripal_views_handler_field_aggregate.inc tripal_views_handler_field_aggregate::query()

Determines whether the current field is aggregated or not Note: The parent::query() takes care of adding the field to the query, etc.

Overrides chado_views_handler_field::query

File

tripal_views/views/handlers/tripal_views_handler_field_aggregate.inc, line 68
A chado wrapper for the views_handler_field.

Class

tripal_views_handler_field_aggregate
@file A chado wrapper for the views_handler_field.

Code

function query() {
  parent::query();

  $this->table_definition = $this->query->get_table_info($this->table);
}