接口 GraphAlgebra.LogicalPlanOrBuilder

    • 方法详细资料

      • getNodesCount

        int getNodesCount()
         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.