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

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

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

import "google/protobuf/timestamp.proto";

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;
  enum Number {
    ZERO = 0;
    ONE = 1;
    TWO = 2;
  };
  Number g_enum = 7;
  google.protobuf.Timestamp h_timestamp = 8;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy