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

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

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

package com.pingcap.tidb.tipb;

public interface InUnionMetadataOrBuilder extends
    // @@protoc_insertion_point(interface_extends:tipb.InUnionMetadata)
    com.google.protobuf.MessageOrBuilder {

  /**
   * required bool in_union = 1 [(.gogoproto.nullable) = false];
   */
  boolean hasInUnion();
  /**
   * required bool in_union = 1 [(.gogoproto.nullable) = false];
   */
  boolean getInUnion();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy