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

unfilteredJoinQuery() protected method

protected unfilteredJoinQuery ( )
    protected function unfilteredJoinQuery()
    {
        return $this->scopeRequest([new Q\Segments\Join(new Q\Common\Join\Options($this->sequenceSource(), false), $this->arrayConnectorProjection())]);
    }