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

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

There is a newer version: 3.2.3
Show newest version
// 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); /** * repeated .tipb.RpnExpr rpn_conditions = 2; */ java.util.List getRpnConditionsList(); /** * repeated .tipb.RpnExpr rpn_conditions = 2; */ com.pingcap.tidb.tipb.RpnExpr getRpnConditions(int index); /** * repeated .tipb.RpnExpr rpn_conditions = 2; */ int getRpnConditionsCount(); /** * repeated .tipb.RpnExpr rpn_conditions = 2; */ java.util.List getRpnConditionsOrBuilderList(); /** * repeated .tipb.RpnExpr rpn_conditions = 2; */ com.pingcap.tidb.tipb.RpnExprOrBuilder getRpnConditionsOrBuilder( int index); /** * optional .tipb.Executor child = 3; */ boolean hasChild(); /** * optional .tipb.Executor child = 3; */ com.pingcap.tidb.tipb.Executor getChild(); /** * optional .tipb.Executor child = 3; */ com.pingcap.tidb.tipb.ExecutorOrBuilder getChildOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy