Google\Cloud\Tests\BigQuery\QueryResultsTest::getQueryResults PHP Method

getQueryResults() public method

public getQueryResults ( $connection, array $data = [] )
$data array
    public function getQueryResults($connection, array $data = [])
    {
        return new QueryResults($connection->reveal(), $this->jobId, $this->projectId, $data, [], new ValueMapper(false));
    }