Searched refs:kAggregatedTableProperties (Results 1 – 3 of 3) sorted by relevance
332 const std::string DB::Properties::kAggregatedTableProperties = member in ROCKSDB_NAMESPACE::DB::Properties376 {DB::Properties::kAggregatedTableProperties,
368 db_->GetProperty(DB::Properties::kAggregatedTableProperties, &property); in TEST_F()584 db_->GetProperty(DB::Properties::kAggregatedTableProperties, &tp_string); in TEST_F()
879 static const std::string kAggregatedTableProperties; member