接口 GraphAlgebraPhysical.PathExpand.ExpandBaseOrBuilder
-
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- 所有已知实现类:
GraphAlgebraPhysical.PathExpand.ExpandBase,GraphAlgebraPhysical.PathExpand.ExpandBase.Builder
public static interface GraphAlgebraPhysical.PathExpand.ExpandBaseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 GraphAlgebraPhysical.EdgeExpandgetEdgeExpand()Can either be a single EdgeExpand (with ExpandOpt = Vertex), or EdgeExpand (with ExpandOpt = Edge) + GetVGraphAlgebraPhysical.EdgeExpandOrBuildergetEdgeExpandOrBuilder()Can either be a single EdgeExpand (with ExpandOpt = Vertex), or EdgeExpand (with ExpandOpt = Edge) + GetVGraphAlgebraPhysical.GetVgetGetV().physical.GetV get_V = 2;GraphAlgebraPhysical.GetVOrBuildergetGetVOrBuilder().physical.GetV get_V = 2;booleanhasEdgeExpand()Can either be a single EdgeExpand (with ExpandOpt = Vertex), or EdgeExpand (with ExpandOpt = Edge) + GetVbooleanhasGetV().physical.GetV get_V = 2;
-
-
-
方法详细资料
-
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.
-
getGetV
GraphAlgebraPhysical.GetV getGetV()
.physical.GetV get_V = 2;- 返回:
- The getV.
-
getGetVOrBuilder
GraphAlgebraPhysical.GetVOrBuilder getGetVOrBuilder()
.physical.GetV get_V = 2;
-
-