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

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

There is a newer version: 3.2.3
Show newest version
// 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