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

com.pingcap.tidb.tipb.CompareInMetadataOrBuilder 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 CompareInMetadataOrBuilder extends
    // @@protoc_insertion_point(interface_extends:tipb.CompareInMetadata)
    com.google.protobuf.MessageOrBuilder {

  /**
   * required bool has_null = 1 [(.gogoproto.nullable) = false];
   */
  boolean hasHasNull();
  /**
   * required bool has_null = 1 [(.gogoproto.nullable) = false];
   */
  boolean getHasNull();

  /**
   * 
   * consts represents all non-null const args in repeated Datum format.
   * 
* * optional bytes consts = 2; */ boolean hasConsts(); /** *
   * consts represents all non-null const args in repeated Datum format.
   * 
* * optional bytes consts = 2; */ com.google.protobuf.ByteString getConsts(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy