接口 GraphAlgebraPhysical.UnionOrBuilder
-
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- 封闭类:
- GraphAlgebraPhysical
public static interface GraphAlgebraPhysical.UnionOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 GraphAlgebraPhysical.PhysicalPlangetSubPlans(int index)repeated .physical.PhysicalPlan sub_plans = 1;intgetSubPlansCount()repeated .physical.PhysicalPlan sub_plans = 1;List<GraphAlgebraPhysical.PhysicalPlan>getSubPlansList()repeated .physical.PhysicalPlan sub_plans = 1;GraphAlgebraPhysical.PhysicalPlanOrBuildergetSubPlansOrBuilder(int index)repeated .physical.PhysicalPlan sub_plans = 1;List<? extends GraphAlgebraPhysical.PhysicalPlanOrBuilder>getSubPlansOrBuilderList()repeated .physical.PhysicalPlan sub_plans = 1;
-
-
-
方法详细资料
-
getSubPlansList
List<GraphAlgebraPhysical.PhysicalPlan> getSubPlansList()
repeated .physical.PhysicalPlan sub_plans = 1;
-
getSubPlans
GraphAlgebraPhysical.PhysicalPlan getSubPlans(int index)
repeated .physical.PhysicalPlan sub_plans = 1;
-
getSubPlansCount
int getSubPlansCount()
repeated .physical.PhysicalPlan sub_plans = 1;
-
getSubPlansOrBuilderList
List<? extends GraphAlgebraPhysical.PhysicalPlanOrBuilder> getSubPlansOrBuilderList()
repeated .physical.PhysicalPlan sub_plans = 1;
-
getSubPlansOrBuilder
GraphAlgebraPhysical.PhysicalPlanOrBuilder getSubPlansOrBuilder(int index)
repeated .physical.PhysicalPlan sub_plans = 1;
-
-