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

com.pingcap.tidb.tipb.Schema Maven / Gradle / Ivy

There is a newer version: 3.2.3
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: schema.proto

package com.pingcap.tidb.tipb;

public final class Schema {
  private Schema() {}
  public static void registerAllExtensions(
      com.google.protobuf.ExtensionRegistryLite registry) {
  }

  public static void registerAllExtensions(
      com.google.protobuf.ExtensionRegistry registry) {
    registerAllExtensions(
        (com.google.protobuf.ExtensionRegistryLite) registry);
  }
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_tipb_TableInfo_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_tipb_TableInfo_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_tipb_ColumnInfo_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_tipb_ColumnInfo_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_tipb_IndexInfo_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_tipb_IndexInfo_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_tipb_KeyRange_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_tipb_KeyRange_fieldAccessorTable;

  public static com.google.protobuf.Descriptors.FileDescriptor
      getDescriptor() {
    return descriptor;
  }
  private static  com.google.protobuf.Descriptors.FileDescriptor
      descriptor;
  static {
    java.lang.String[] descriptorData = {
      "\n\014schema.proto\022\004tipb\032\024gogoproto/gogo.pro" +
      "to\"F\n\tTableInfo\022\026\n\010table_id\030\001 \001(\003B\004\310\336\037\000\022" +
      "!\n\007columns\030\002 \003(\0132\020.tipb.ColumnInfo\"\321\001\n\nC" +
      "olumnInfo\022\027\n\tcolumn_id\030\001 \001(\003B\004\310\336\037\000\022\020\n\002tp" +
      "\030\002 \001(\005B\004\310\336\037\000\022\027\n\tcollation\030\003 \001(\005B\004\310\336\037\000\022\027\n" +
      "\tcolumnLen\030\004 \001(\005B\004\310\336\037\000\022\025\n\007decimal\030\005 \001(\005B" +
      "\004\310\336\037\000\022\022\n\004flag\030\006 \001(\005B\004\310\336\037\000\022\r\n\005elems\030\007 \003(\t" +
      "\022\023\n\013default_val\030\010 \001(\014\022\027\n\tpk_handle\030\025 \001(\010" +
      "B\004\310\336\037\000\"t\n\tIndexInfo\022\026\n\010table_id\030\001 \001(\003B\004\310" +
      "\336\037\000\022\026\n\010index_id\030\002 \001(\003B\004\310\336\037\000\022!\n\007columns\030\003" +
      " \003(\0132\020.tipb.ColumnInfo\022\024\n\006unique\030\004 \001(\010B\004" +
      "\310\336\037\000\"%\n\010KeyRange\022\013\n\003low\030\001 \001(\014\022\014\n\004high\030\002 " +
      "\001(\014B%\n\025com.pingcap.tidb.tipbP\001\310\342\036\001\340\342\036\001\320\342" +
      "\036\001"
    };
    com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner =
        new com.google.protobuf.Descriptors.FileDescriptor.    InternalDescriptorAssigner() {
          public com.google.protobuf.ExtensionRegistry assignDescriptors(
              com.google.protobuf.Descriptors.FileDescriptor root) {
            descriptor = root;
            return null;
          }
        };
    com.google.protobuf.Descriptors.FileDescriptor
      .internalBuildGeneratedFileFrom(descriptorData,
        new com.google.protobuf.Descriptors.FileDescriptor[] {
          com.google.protobuf.GoGoProtos.getDescriptor(),
        }, assigner);
    internal_static_tipb_TableInfo_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_tipb_TableInfo_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_tipb_TableInfo_descriptor,
        new java.lang.String[] { "TableId", "Columns", });
    internal_static_tipb_ColumnInfo_descriptor =
      getDescriptor().getMessageTypes().get(1);
    internal_static_tipb_ColumnInfo_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_tipb_ColumnInfo_descriptor,
        new java.lang.String[] { "ColumnId", "Tp", "Collation", "ColumnLen", "Decimal", "Flag", "Elems", "DefaultVal", "PkHandle", });
    internal_static_tipb_IndexInfo_descriptor =
      getDescriptor().getMessageTypes().get(2);
    internal_static_tipb_IndexInfo_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_tipb_IndexInfo_descriptor,
        new java.lang.String[] { "TableId", "IndexId", "Columns", "Unique", });
    internal_static_tipb_KeyRange_descriptor =
      getDescriptor().getMessageTypes().get(3);
    internal_static_tipb_KeyRange_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_tipb_KeyRange_descriptor,
        new java.lang.String[] { "Low", "High", });
    com.google.protobuf.ExtensionRegistry registry =
        com.google.protobuf.ExtensionRegistry.newInstance();
    registry.add(com.google.protobuf.GoGoProtos.marshalerAll);
    registry.add(com.google.protobuf.GoGoProtos.nullable);
    registry.add(com.google.protobuf.GoGoProtos.sizerAll);
    registry.add(com.google.protobuf.GoGoProtos.unmarshalerAll);
    com.google.protobuf.Descriptors.FileDescriptor
        .internalUpdateFileDescriptor(descriptor, registry);
    com.google.protobuf.GoGoProtos.getDescriptor();
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy