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

docker.presto-product-tests.conf.presto.etc.catalog.kafka.read_all_datatypes_csv.json Maven / Gradle / Ivy

There is a newer version: 448
Show newest version
{
  "tableName": "read_all_datatypes_csv",
  "schemaName": "product_tests",
  "topicName": "read_all_datatypes_csv",
  "message": {
    "dataFormat": "csv",
    "fields": [
      {
        "name": "c_varchar",
        "type": "VARCHAR",
        "mapping": "0"
      },
      {
        "name": "c_bigint",
        "type": "BIGINT",
        "mapping": "1"
      },
      {
        "name": "c_integer",
        "type": "INTEGER",
        "mapping": "2"
      },
      {
        "name": "c_smallint",
        "type": "SMALLINT",
        "mapping": "3"
      },
      {
        "name": "c_tinyint",
        "type": "TINYINT",
        "mapping": "4"
      },
      {
        "name": "c_double",
        "type": "DOUBLE",
        "mapping": "5"
      },
      {
        "name": "c_boolean",
        "type": "BOOLEAN",
        "mapping": "6"
      }
    ]
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy