trait CanAggregateRelationships (View source)

Methods

static string
getAggregateSelectName()

No description

static string
getAggregateAverageKey()

No description

static string
getAggregateMaxKey()

No description

static string
getAggregateMinKey()

No description

static string
getAggregateSumKey()

No description

bool
Builder
applyToBaseFilterQuery(Builder $query)

No description

getAggregateSelect()

No description

string|null
getAggregate()

No description

string
getAttributeLabel()

No description

string
generateAggregateAlias()

No description

string
replaceQualifiedColumnWithQualifiedAggregateColumn(string $qualifiedColumn)

No description

NumberConstraint|null
getConstraint()

No description

Details

static string getAggregateSelectName()

No description

Return Value

string

static string getAggregateAverageKey()

No description

Return Value

string

static string getAggregateMaxKey()

No description

Return Value

string

static string getAggregateMinKey()

No description

Return Value

string

static string getAggregateSumKey()

No description

Return Value

string

bool queriesRelationshipsUsingSubSelect()

No description

Return Value

bool

Builder applyToBaseFilterQuery(Builder $query)

No description

Parameters

Builder $query

Return Value

Builder

protected Select getAggregateSelect()

No description

Return Value

Select

protected string|null getAggregate()

No description

Return Value

string|null

protected string getAttributeLabel()

No description

Return Value

string

protected string generateAggregateAlias()

No description

Return Value

string

protected string replaceQualifiedColumnWithQualifiedAggregateColumn(string $qualifiedColumn)

No description

Parameters

string $qualifiedColumn

Return Value

string

NumberConstraint|null getConstraint()

No description

Return Value

NumberConstraint|null