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

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

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

package com.pingcap.tidb.tipb;

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

  /**
   * 
   * Where conditions.
   * 
* * repeated .tipb.Expr conditions = 1; */ java.util.List getConditionsList(); /** *
   * Where conditions.
   * 
* * repeated .tipb.Expr conditions = 1; */ com.pingcap.tidb.tipb.Expr getConditions(int index); /** *
   * Where conditions.
   * 
* * repeated .tipb.Expr conditions = 1; */ int getConditionsCount(); /** *
   * Where conditions.
   * 
* * repeated .tipb.Expr conditions = 1; */ java.util.List getConditionsOrBuilderList(); /** *
   * Where conditions.
   * 
* * repeated .tipb.Expr conditions = 1; */ com.pingcap.tidb.tipb.ExprOrBuilder getConditionsOrBuilder( int index); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy