接口 GraphAlgebraPhysical.PathExpand.ExpandBaseOrBuilder

    • 方法详细资料

      • hasEdgeExpand

        boolean hasEdgeExpand()
         Can either be a single EdgeExpand (with ExpandOpt = Vertex), or EdgeExpand (with ExpandOpt = Edge) + GetV
         
        .physical.EdgeExpand edge_expand = 1;
        返回:
        Whether the edgeExpand field is set.
      • getEdgeExpand

        GraphAlgebraPhysical.EdgeExpand getEdgeExpand()
         Can either be a single EdgeExpand (with ExpandOpt = Vertex), or EdgeExpand (with ExpandOpt = Edge) + GetV
         
        .physical.EdgeExpand edge_expand = 1;
        返回:
        The edgeExpand.
      • getEdgeExpandOrBuilder

        GraphAlgebraPhysical.EdgeExpandOrBuilder getEdgeExpandOrBuilder()
         Can either be a single EdgeExpand (with ExpandOpt = Vertex), or EdgeExpand (with ExpandOpt = Edge) + GetV
         
        .physical.EdgeExpand edge_expand = 1;
      • hasGetV

        boolean hasGetV()
        .physical.GetV get_V = 2;
        返回:
        Whether the getV field is set.