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

docker.presto-product-tests.conf.presto.etc.catalog.kafka.basic_datatypes.proto Maven / Gradle / Ivy

There is a newer version: 451
Show newest version
syntax = "proto3";

message schema {
  string a_varchar = 1;
  uint32 b_integer = 2;
  uint64 c_bigint = 3;
  double d_double = 4;
  float e_float = 5;
  bool f_boolean = 6;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy