This commit is contained in:
Aaron Po
2026-07-17 02:34:49 -04:00
parent 924e736130
commit 5a8a9f4652
4 changed files with 4 additions and 3 deletions

View File

@@ -87,7 +87,7 @@ class BiergartenPipelineOrchestrator {
* @return Vector of locations randomly sampled per
* PipelineOptions::location_count.
*/
std::vector<Location> QueryCitiesWithCountries();
std::vector<Location> QueryLocations();
/**
* @brief Generate breweries for enriched cities.

View File

@@ -31,6 +31,7 @@ namespace prog_opts = boost::program_options;
struct Location {
std::string city{};
std::string state_province{};
std::string postal_code{};
/**
* @brief ISO 3166-2 subdivision code.