com.pingcap.tidb.tipb.CompareInMetadataOrBuilder Maven / Gradle / Ivy
// 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