-
Notifications
You must be signed in to change notification settings - Fork 433
Closed
Labels
🚨This issue needs some love.This issue needs some love.api: bigtableIssues related to the Bigtable API.Issues related to the Bigtable API.triage meI really want to be triaged.I really want to be triaged.
Milestone
Description
At the end of this task the bigtable::Table class will have a member function to read a single row, and the unit tests associated with it.
The member function will use the existing policies to determine whether to retry any RPC requests, and how to backoff the RPC requests.
The member function will return a Row class with all the data in memory.
This function should take both a absl::string_view parameter for the row key and a bigtable::Filter parameter to control the filter expression associated with the request.
Consider splitting this issue if theFilter class is not ready.
Metadata
Metadata
Assignees
Labels
🚨This issue needs some love.This issue needs some love.api: bigtableIssues related to the Bigtable API.Issues related to the Bigtable API.triage meI really want to be triaged.I really want to be triaged.