Pinq\Tests\Integration\Queries\QueryParsingTest::joinToSubScopeQuery PHP Method

joinToSubScopeQuery() protected method

protected joinToSubScopeQuery ( )
    protected function joinToSubScopeQuery()
    {
        return $this->scopeRequest([new Q\Segments\Join(new Q\Common\Join\Options($this->scopeSource([new Q\Segments\OrderBy([new Q\Segments\Ordering($this->selfProjection(), $this->parameter())]), new Q\Segments\Select($this->selfProjection()), new Q\Segments\Range($this->parameter(), $this->parameter())]), false, null), $this->arrayConnectorProjection())]);
    }