接口 GraphAlgebra.LogicalPlanOrBuilder
-
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- 封闭类:
- GraphAlgebra
public static interface GraphAlgebra.LogicalPlanOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 GraphAlgebra.LogicalPlan.NodegetNodes(int index)A array of nodesintgetNodesCount()A array of nodesList<GraphAlgebra.LogicalPlan.Node>getNodesList()A array of nodesGraphAlgebra.LogicalPlan.NodeOrBuildergetNodesOrBuilder(int index)A array of nodesList<? extends GraphAlgebra.LogicalPlan.NodeOrBuilder>getNodesOrBuilderList()A array of nodesintgetRoots(int index)/ The root nodes' array indicesintgetRootsCount()/ The root nodes' array indicesList<Integer>getRootsList()/ The root nodes' array indices
-
-
-
方法详细资料
-
getNodesList
List<GraphAlgebra.LogicalPlan.Node> getNodesList()
A array of nodes
repeated .algebra.LogicalPlan.Node nodes = 1;
-
getNodes
GraphAlgebra.LogicalPlan.Node getNodes(int index)
A array of nodes
repeated .algebra.LogicalPlan.Node nodes = 1;
-
getNodesCount
int getNodesCount()
A array of nodes
repeated .algebra.LogicalPlan.Node nodes = 1;
-
getNodesOrBuilderList
List<? extends GraphAlgebra.LogicalPlan.NodeOrBuilder> getNodesOrBuilderList()
A array of nodes
repeated .algebra.LogicalPlan.Node nodes = 1;
-
getNodesOrBuilder
GraphAlgebra.LogicalPlan.NodeOrBuilder getNodesOrBuilder(int index)
A array of nodes
repeated .algebra.LogicalPlan.Node nodes = 1;
-
getRootsList
List<Integer> getRootsList()
/ The root nodes' array indices
repeated int32 roots = 2;- 返回:
- A list containing the roots.
-
getRootsCount
int getRootsCount()
/ The root nodes' array indices
repeated int32 roots = 2;- 返回:
- The count of roots.
-
getRoots
int getRoots(int index)
/ The root nodes' array indices
repeated int32 roots = 2;- 参数:
index- The index of the element to return.- 返回:
- The roots at the given index.
-
-