Pinq\Queries\Builders\RequestQueryInterpreter::visitAggregate PHP Method

visitAggregate() final protected method

final protected visitAggregate ( MethodCallExpression $expression )
$expression Pinq\Expressions\MethodCallExpression
    protected final function visitAggregate(O\MethodCallExpression $expression)
    {
        $this->interpretation->interpretAggregate($this->getId('aggregate'), $this->getFunctionAt('aggregate-function', 0, $expression));
        $this->interpretSourceAsScope($expression);
    }