Google Cloud Bigtable C++ Client
1.40.2
A C++ Client Library for Google Cloud Bigtable
|
Objects of this class represent the state of reading rows via AsyncReadRows. More...
#include <google/cloud/bigtable/async_row_reader.h>
Public Member Functions | |
AsyncRowReader (AsyncRowReader &&)=delete | |
AsyncRowReader (AsyncRowReader const &)=delete | |
Static Public Attributes | |
static constexpr std::int64_t | NO_ROWS_LIMIT = 0 |
Special value to be used as rows_limit indicating no limit. More... | |
Friends | |
class | Table |
Objects of this class represent the state of reading rows via AsyncReadRows.
Definition at line 48 of file async_row_reader.h.
|
delete |
|
delete |
|
friend |
Definition at line 380 of file async_row_reader.h.
|
staticconstexpr |
Special value to be used as rows_limit indicating no limit.
Definition at line 53 of file async_row_reader.h.