接口 GraphAlgebra.LogicalPlan.NodeOrBuilder
-
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
public static interface GraphAlgebra.LogicalPlan.NodeOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 intgetChildren(int index)The children operators' identifiers, where the id refers to its array index in the planintgetChildrenCount()The children operators' identifiers, where the id refers to its array index in the planList<Integer>getChildrenList()The children operators' identifiers, where the id refers to its array index in the planGraphAlgebra.LogicalPlan.OperatorgetOpr()The node's operatorGraphAlgebra.LogicalPlan.OperatorOrBuildergetOprOrBuilder()The node's operatorbooleanhasOpr()The node's operator
-
-
-
方法详细资料
-
hasOpr
boolean hasOpr()
The node's operator
.algebra.LogicalPlan.Operator opr = 1;- 返回:
- Whether the opr field is set.
-
getOpr
GraphAlgebra.LogicalPlan.Operator getOpr()
The node's operator
.algebra.LogicalPlan.Operator opr = 1;- 返回:
- The opr.
-
getOprOrBuilder
GraphAlgebra.LogicalPlan.OperatorOrBuilder getOprOrBuilder()
The node's operator
.algebra.LogicalPlan.Operator opr = 1;
-
getChildrenList
List<Integer> getChildrenList()
The children operators' identifiers, where the id refers to its array index in the plan
repeated int32 children = 2;- 返回:
- A list containing the children.
-
getChildrenCount
int getChildrenCount()
The children operators' identifiers, where the id refers to its array index in the plan
repeated int32 children = 2;- 返回:
- The count of children.
-
getChildren
int getChildren(int index)
The children operators' identifiers, where the id refers to its array index in the plan
repeated int32 children = 2;- 参数:
index- The index of the element to return.- 返回:
- The children at the given index.
-
-