Cassandra\Rows::nextPage PHP Method

nextPage() public method

Get the next page of results.
public nextPage ( float | null $timeout = null ) : Rows | null
$timeout float | null
return Rows | null loads and returns next result page
    public function nextPage($timeout = null)
    {
    }