public static List getRawTableClusterFields()

in src/main/java/com/google/solutions/df/log/aggregations/common/Util.java [192:194]


  public static List<String> getRawTableClusterFields() {
    return Arrays.asList("geoCountry", "geoCity");
  }