Home
last modified time | relevance | path

Searched defs:RowFilter (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/contrib/bigtable/kernels/test_kernels/
Dbigtable_test_client.cc171 struct RowFilter { struct in tensorflow::ReadRowsResponse
172 std::set<string> row_set;
173 std::vector<std::pair<string, string>> row_ranges;
174 double row_sample = 0.0; // Note: currently ignored.
175 std::unique_ptr<RE2> col_filter;
176 bool strip_values = false;
177 bool only_one_column = false;
179 bool AllowRow(const string& row) { in AllowRow()
191 bool AllowColumn(const string& col) { in AllowColumn()