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

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

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: executor.proto

package com.pingcap.tidb.tipb;

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

  /**
   * optional int64 table_id = 1 [(.gogoproto.nullable) = false];
   */
  boolean hasTableId();
  /**
   * optional int64 table_id = 1 [(.gogoproto.nullable) = false];
   */
  long getTableId();

  /**
   * repeated .tipb.ColumnInfo columns = 2;
   */
  java.util.List 
      getColumnsList();
  /**
   * repeated .tipb.ColumnInfo columns = 2;
   */
  com.pingcap.tidb.tipb.ColumnInfo getColumns(int index);
  /**
   * repeated .tipb.ColumnInfo columns = 2;
   */
  int getColumnsCount();
  /**
   * repeated .tipb.ColumnInfo columns = 2;
   */
  java.util.List 
      getColumnsOrBuilderList();
  /**
   * repeated .tipb.ColumnInfo columns = 2;
   */
  com.pingcap.tidb.tipb.ColumnInfoOrBuilder getColumnsOrBuilder(
      int index);

  /**
   * optional bool desc = 3 [(.gogoproto.nullable) = false];
   */
  boolean hasDesc();
  /**
   * optional bool desc = 3 [(.gogoproto.nullable) = false];
   */
  boolean getDesc();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy