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

com.pingcap.tidb.tipb.ProjectionOrBuilder 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 ProjectionOrBuilder extends
    // @@protoc_insertion_point(interface_extends:tipb.Projection)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Projection expressions.
   * 
* * repeated .tipb.Expr exprs = 1; */ java.util.List getExprsList(); /** *
   * Projection expressions.
   * 
* * repeated .tipb.Expr exprs = 1; */ com.pingcap.tidb.tipb.Expr getExprs(int index); /** *
   * Projection expressions.
   * 
* * repeated .tipb.Expr exprs = 1; */ int getExprsCount(); /** *
   * Projection expressions.
   * 
* * repeated .tipb.Expr exprs = 1; */ java.util.List getExprsOrBuilderList(); /** *
   * Projection expressions.
   * 
* * repeated .tipb.Expr exprs = 1; */ com.pingcap.tidb.tipb.ExprOrBuilder getExprsOrBuilder( int index); /** * repeated .tipb.RpnExpr rpn_exprs = 2; */ java.util.List getRpnExprsList(); /** * repeated .tipb.RpnExpr rpn_exprs = 2; */ com.pingcap.tidb.tipb.RpnExpr getRpnExprs(int index); /** * repeated .tipb.RpnExpr rpn_exprs = 2; */ int getRpnExprsCount(); /** * repeated .tipb.RpnExpr rpn_exprs = 2; */ java.util.List getRpnExprsOrBuilderList(); /** * repeated .tipb.RpnExpr rpn_exprs = 2; */ com.pingcap.tidb.tipb.RpnExprOrBuilder getRpnExprsOrBuilder( 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