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

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

  /**
   * 
   * Group by clause.
   * 
* * repeated .tipb.Expr group_by = 1; */ java.util.List getGroupByList(); /** *
   * Group by clause.
   * 
* * repeated .tipb.Expr group_by = 1; */ com.pingcap.tidb.tipb.Expr getGroupBy(int index); /** *
   * Group by clause.
   * 
* * repeated .tipb.Expr group_by = 1; */ int getGroupByCount(); /** *
   * Group by clause.
   * 
* * repeated .tipb.Expr group_by = 1; */ java.util.List getGroupByOrBuilderList(); /** *
   * Group by clause.
   * 
* * repeated .tipb.Expr group_by = 1; */ com.pingcap.tidb.tipb.ExprOrBuilder getGroupByOrBuilder( int index); /** * repeated .tipb.RpnExpr rpn_group_by = 4; */ java.util.List getRpnGroupByList(); /** * repeated .tipb.RpnExpr rpn_group_by = 4; */ com.pingcap.tidb.tipb.RpnExpr getRpnGroupBy(int index); /** * repeated .tipb.RpnExpr rpn_group_by = 4; */ int getRpnGroupByCount(); /** * repeated .tipb.RpnExpr rpn_group_by = 4; */ java.util.List getRpnGroupByOrBuilderList(); /** * repeated .tipb.RpnExpr rpn_group_by = 4; */ com.pingcap.tidb.tipb.RpnExprOrBuilder getRpnGroupByOrBuilder( int index); /** *
   * Aggregate functions.
   * 
* * repeated .tipb.Expr agg_func = 2; */ java.util.List getAggFuncList(); /** *
   * Aggregate functions.
   * 
* * repeated .tipb.Expr agg_func = 2; */ com.pingcap.tidb.tipb.Expr getAggFunc(int index); /** *
   * Aggregate functions.
   * 
* * repeated .tipb.Expr agg_func = 2; */ int getAggFuncCount(); /** *
   * Aggregate functions.
   * 
* * repeated .tipb.Expr agg_func = 2; */ java.util.List getAggFuncOrBuilderList(); /** *
   * Aggregate functions.
   * 
* * repeated .tipb.Expr agg_func = 2; */ com.pingcap.tidb.tipb.ExprOrBuilder getAggFuncOrBuilder( int index); /** * repeated .tipb.RpnExpr rpn_agg_func = 5; */ java.util.List getRpnAggFuncList(); /** * repeated .tipb.RpnExpr rpn_agg_func = 5; */ com.pingcap.tidb.tipb.RpnExpr getRpnAggFunc(int index); /** * repeated .tipb.RpnExpr rpn_agg_func = 5; */ int getRpnAggFuncCount(); /** * repeated .tipb.RpnExpr rpn_agg_func = 5; */ java.util.List getRpnAggFuncOrBuilderList(); /** * repeated .tipb.RpnExpr rpn_agg_func = 5; */ com.pingcap.tidb.tipb.RpnExprOrBuilder getRpnAggFuncOrBuilder( int index); /** *
   * If it is a stream aggregation.
   * 
* * optional bool streamed = 3 [(.gogoproto.nullable) = false]; */ boolean hasStreamed(); /** *
   * If it is a stream aggregation.
   * 
* * optional bool streamed = 3 [(.gogoproto.nullable) = false]; */ boolean getStreamed(); /** * optional .tipb.Executor child = 6; */ boolean hasChild(); /** * optional .tipb.Executor child = 6; */ com.pingcap.tidb.tipb.Executor getChild(); /** * optional .tipb.Executor child = 6; */ com.pingcap.tidb.tipb.ExecutorOrBuilder getChildOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy