接口 GraphAlgebraPhysical.PhysicalPlanOrBuilder
-
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- 封闭类:
- GraphAlgebraPhysical
public static interface GraphAlgebraPhysical.PhysicalPlanOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 GraphAlgebraPhysical.PhysicalOprgetPlan(int index)repeated .physical.PhysicalOpr plan = 2;intgetPlanCount()repeated .physical.PhysicalOpr plan = 2;intgetPlanId()int32 plan_id = 1;List<GraphAlgebraPhysical.PhysicalOpr>getPlanList()repeated .physical.PhysicalOpr plan = 2;GraphAlgebraPhysical.PhysicalOprOrBuildergetPlanOrBuilder(int index)repeated .physical.PhysicalOpr plan = 2;List<? extends GraphAlgebraPhysical.PhysicalOprOrBuilder>getPlanOrBuilderList()repeated .physical.PhysicalOpr plan = 2;
-
-
-
方法详细资料
-
getPlanId
int getPlanId()
int32 plan_id = 1;- 返回:
- The planId.
-
getPlanList
List<GraphAlgebraPhysical.PhysicalOpr> getPlanList()
repeated .physical.PhysicalOpr plan = 2;
-
getPlan
GraphAlgebraPhysical.PhysicalOpr getPlan(int index)
repeated .physical.PhysicalOpr plan = 2;
-
getPlanCount
int getPlanCount()
repeated .physical.PhysicalOpr plan = 2;
-
getPlanOrBuilderList
List<? extends GraphAlgebraPhysical.PhysicalOprOrBuilder> getPlanOrBuilderList()
repeated .physical.PhysicalOpr plan = 2;
-
getPlanOrBuilder
GraphAlgebraPhysical.PhysicalOprOrBuilder getPlanOrBuilder(int index)
repeated .physical.PhysicalOpr plan = 2;
-
-