com.pingcap.tidb.tipb.ChunkMemoryLayoutOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: select.proto
package com.pingcap.tidb.tipb;
public interface ChunkMemoryLayoutOrBuilder extends
// @@protoc_insertion_point(interface_extends:tipb.ChunkMemoryLayout)
com.google.protobuf.MessageOrBuilder {
/**
*
* Represents the endian.
*
*
* optional .tipb.Endian endian = 1 [(.gogoproto.nullable) = false];
*/
boolean hasEndian();
/**
*
* Represents the endian.
*
*
* optional .tipb.Endian endian = 1 [(.gogoproto.nullable) = false];
*/
com.pingcap.tidb.tipb.Endian getEndian();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy