All Downloads are FREE. Search and download functionalities are using the official Maven repository.

examples.batch.starbucksStores.starbucksStores_schema.json Maven / Gradle / Ivy

There is a newer version: 1.2.0
Show newest version
{
  "metricFieldSpecs": [
  ],
  "dimensionFieldSpecs": [
    {
      "dataType": "FLOAT",
      "name": "lon"
    },
    {
      "dataType": "FLOAT",
      "name": "lat"
    },
    {
      "dataType": "STRING",
      "name": "name"
    },
    {
      "dataType": "STRING",
      "name": "address"
    },
    {
      "dataType": "BYTES",
      "name": "location_st_point",
      "transformFunction": "toSphericalGeography(stPoint(lon,lat))"
    }
  ],
  "schemaName": "starbucksStores"
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy