15#ifndef GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_BIGTABLE_ASYNC_ROW_READER_H
16#define GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_BIGTABLE_ASYNC_ROW_READER_H
18#include "google/cloud/bigtable/version.h"
24GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_BEGIN
27
28
29template <
typename Unused1,
typename Unused2>
33 GOOGLE_CLOUD_CPP_DEPRECATED(
34 "`AsyncRowReader<>::NO_ROWS_LIMIT` is deprecated. It is scheduled for "
35 "deletion on 2023-05-01. Please use `RowReader::NO_ROWS_LIMIT` instead.")
40GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_END
Definition: async_row_reader.h:30
static std::int64_t constexpr NO_ROWS_LIMIT
Special value to be used as rows_limit indicating no limit.
Definition: async_row_reader.h:37
Contains all the Cloud Bigtable C++ client APIs.
Definition: admin_client.h:28