接口 GraphAlgebraPhysical.PhysicalOpr.OperatorOrBuilder
-
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- 所有已知实现类:
GraphAlgebraPhysical.PhysicalOpr.Operator,GraphAlgebraPhysical.PhysicalOpr.Operator.Builder
public static interface GraphAlgebraPhysical.PhysicalOpr.OperatorOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 GraphAlgebraPhysical.ApplygetApply().physical.Apply apply = 10;GraphAlgebraPhysical.ApplyOrBuildergetApplyOrBuilder().physical.Apply apply = 10;GraphAlgebra.DedupgetDedup().algebra.Dedup dedup = 5;GraphAlgebra.DedupOrBuildergetDedupOrBuilder().algebra.Dedup dedup = 5;GraphAlgebraPhysical.EdgeExpandgetEdge().physical.EdgeExpand edge = 31;GraphAlgebraPhysical.EdgeExpandOrBuildergetEdgeOrBuilder().physical.EdgeExpand edge = 31;GraphAlgebraPhysical.GroupBygetGroupBy().physical.GroupBy group_by = 3;GraphAlgebraPhysical.GroupByOrBuildergetGroupByOrBuilder().physical.GroupBy group_by = 3;GraphAlgebraPhysical.IntersectgetIntersect().physical.Intersect intersect = 13;GraphAlgebraPhysical.IntersectOrBuildergetIntersectOrBuilder().physical.Intersect intersect = 13;GraphAlgebraPhysical.JoingetJoin().physical.Join join = 11;GraphAlgebraPhysical.JoinOrBuildergetJoinOrBuilder().physical.Join join = 11;GraphAlgebra.LimitgetLimit().algebra.Limit limit = 7;GraphAlgebra.LimitOrBuildergetLimitOrBuilder().algebra.Limit limit = 7;GraphAlgebraPhysical.PhysicalOpr.Operator.OpKindCasegetOpKindCase()GraphAlgebra.OrderBygetOrderBy().algebra.OrderBy order_by = 4;GraphAlgebra.OrderByOrBuildergetOrderByOrBuilder().algebra.OrderBy order_by = 4;GraphAlgebraPhysical.PathExpandgetPath().physical.PathExpand path = 32;GraphAlgebraPhysical.PathExpandOrBuildergetPathOrBuilder().physical.PathExpand path = 32;GraphAlgebraPhysical.ProjectgetProject().physical.Project project = 1;GraphAlgebraPhysical.ProjectOrBuildergetProjectOrBuilder().physical.Project project = 1;GraphAlgebraPhysical.RepartitiongetRepartition().physical.Repartition repartition = 14;GraphAlgebraPhysical.RepartitionOrBuildergetRepartitionOrBuilder().physical.Repartition repartition = 14;GraphAlgebraPhysical.RootgetRoot().physical.Root root = 16;GraphAlgebraPhysical.RootOrBuildergetRootOrBuilder().physical.Root root = 16;GraphAlgebra.SamplegetSample().algebra.Sample sample = 17;GraphAlgebra.SampleOrBuildergetSampleOrBuilder().algebra.Sample sample = 17;GraphAlgebraPhysical.ScangetScan().physical.Scan scan = 8;GraphAlgebraPhysical.ScanOrBuildergetScanOrBuilder().physical.Scan scan = 8;GraphAlgebra.SelectgetSelect().algebra.Select select = 2;GraphAlgebra.SelectOrBuildergetSelectOrBuilder().algebra.Select select = 2;GraphAlgebraPhysical.SinkgetSink().physical.Sink sink = 9;GraphAlgebraPhysical.SinkOrBuildergetSinkOrBuilder().physical.Sink sink = 9;GraphAlgebraPhysical.UnfoldgetUnfold().physical.Unfold unfold = 6;GraphAlgebraPhysical.UnfoldOrBuildergetUnfoldOrBuilder().physical.Unfold unfold = 6;GraphAlgebraPhysical.UniongetUnion().physical.Union union = 12;GraphAlgebraPhysical.UnionOrBuildergetUnionOrBuilder().physical.Union union = 12;GraphAlgebraPhysical.GetVgetVertex()Saving the room for relational operatorsGraphAlgebraPhysical.GetVOrBuildergetVertexOrBuilder()Saving the room for relational operatorsbooleanhasApply().physical.Apply apply = 10;booleanhasDedup().algebra.Dedup dedup = 5;booleanhasEdge().physical.EdgeExpand edge = 31;booleanhasGroupBy().physical.GroupBy group_by = 3;booleanhasIntersect().physical.Intersect intersect = 13;booleanhasJoin().physical.Join join = 11;booleanhasLimit().algebra.Limit limit = 7;booleanhasOrderBy().algebra.OrderBy order_by = 4;booleanhasPath().physical.PathExpand path = 32;booleanhasProject().physical.Project project = 1;booleanhasRepartition().physical.Repartition repartition = 14;booleanhasRoot().physical.Root root = 16;booleanhasSample().algebra.Sample sample = 17;booleanhasScan().physical.Scan scan = 8;booleanhasSelect().algebra.Select select = 2;booleanhasSink().physical.Sink sink = 9;booleanhasUnfold().physical.Unfold unfold = 6;booleanhasUnion().physical.Union union = 12;booleanhasVertex()Saving the room for relational operators
-
-
-
方法详细资料
-
hasProject
boolean hasProject()
.physical.Project project = 1;- 返回:
- Whether the project field is set.
-
getProject
GraphAlgebraPhysical.Project getProject()
.physical.Project project = 1;- 返回:
- The project.
-
getProjectOrBuilder
GraphAlgebraPhysical.ProjectOrBuilder getProjectOrBuilder()
.physical.Project project = 1;
-
hasSelect
boolean hasSelect()
.algebra.Select select = 2;- 返回:
- Whether the select field is set.
-
getSelect
GraphAlgebra.Select getSelect()
.algebra.Select select = 2;- 返回:
- The select.
-
getSelectOrBuilder
GraphAlgebra.SelectOrBuilder getSelectOrBuilder()
.algebra.Select select = 2;
-
hasGroupBy
boolean hasGroupBy()
.physical.GroupBy group_by = 3;- 返回:
- Whether the groupBy field is set.
-
getGroupBy
GraphAlgebraPhysical.GroupBy getGroupBy()
.physical.GroupBy group_by = 3;- 返回:
- The groupBy.
-
getGroupByOrBuilder
GraphAlgebraPhysical.GroupByOrBuilder getGroupByOrBuilder()
.physical.GroupBy group_by = 3;
-
hasOrderBy
boolean hasOrderBy()
.algebra.OrderBy order_by = 4;- 返回:
- Whether the orderBy field is set.
-
getOrderBy
GraphAlgebra.OrderBy getOrderBy()
.algebra.OrderBy order_by = 4;- 返回:
- The orderBy.
-
getOrderByOrBuilder
GraphAlgebra.OrderByOrBuilder getOrderByOrBuilder()
.algebra.OrderBy order_by = 4;
-
hasDedup
boolean hasDedup()
.algebra.Dedup dedup = 5;- 返回:
- Whether the dedup field is set.
-
getDedup
GraphAlgebra.Dedup getDedup()
.algebra.Dedup dedup = 5;- 返回:
- The dedup.
-
getDedupOrBuilder
GraphAlgebra.DedupOrBuilder getDedupOrBuilder()
.algebra.Dedup dedup = 5;
-
hasUnfold
boolean hasUnfold()
.physical.Unfold unfold = 6;- 返回:
- Whether the unfold field is set.
-
getUnfold
GraphAlgebraPhysical.Unfold getUnfold()
.physical.Unfold unfold = 6;- 返回:
- The unfold.
-
getUnfoldOrBuilder
GraphAlgebraPhysical.UnfoldOrBuilder getUnfoldOrBuilder()
.physical.Unfold unfold = 6;
-
hasLimit
boolean hasLimit()
.algebra.Limit limit = 7;- 返回:
- Whether the limit field is set.
-
getLimit
GraphAlgebra.Limit getLimit()
.algebra.Limit limit = 7;- 返回:
- The limit.
-
getLimitOrBuilder
GraphAlgebra.LimitOrBuilder getLimitOrBuilder()
.algebra.Limit limit = 7;
-
hasScan
boolean hasScan()
.physical.Scan scan = 8;- 返回:
- Whether the scan field is set.
-
getScan
GraphAlgebraPhysical.Scan getScan()
.physical.Scan scan = 8;- 返回:
- The scan.
-
getScanOrBuilder
GraphAlgebraPhysical.ScanOrBuilder getScanOrBuilder()
.physical.Scan scan = 8;
-
hasSink
boolean hasSink()
.physical.Sink sink = 9;- 返回:
- Whether the sink field is set.
-
getSink
GraphAlgebraPhysical.Sink getSink()
.physical.Sink sink = 9;- 返回:
- The sink.
-
getSinkOrBuilder
GraphAlgebraPhysical.SinkOrBuilder getSinkOrBuilder()
.physical.Sink sink = 9;
-
hasApply
boolean hasApply()
.physical.Apply apply = 10;- 返回:
- Whether the apply field is set.
-
getApply
GraphAlgebraPhysical.Apply getApply()
.physical.Apply apply = 10;- 返回:
- The apply.
-
getApplyOrBuilder
GraphAlgebraPhysical.ApplyOrBuilder getApplyOrBuilder()
.physical.Apply apply = 10;
-
hasJoin
boolean hasJoin()
.physical.Join join = 11;- 返回:
- Whether the join field is set.
-
getJoin
GraphAlgebraPhysical.Join getJoin()
.physical.Join join = 11;- 返回:
- The join.
-
getJoinOrBuilder
GraphAlgebraPhysical.JoinOrBuilder getJoinOrBuilder()
.physical.Join join = 11;
-
hasUnion
boolean hasUnion()
.physical.Union union = 12;- 返回:
- Whether the union field is set.
-
getUnion
GraphAlgebraPhysical.Union getUnion()
.physical.Union union = 12;- 返回:
- The union.
-
getUnionOrBuilder
GraphAlgebraPhysical.UnionOrBuilder getUnionOrBuilder()
.physical.Union union = 12;
-
hasIntersect
boolean hasIntersect()
.physical.Intersect intersect = 13;- 返回:
- Whether the intersect field is set.
-
getIntersect
GraphAlgebraPhysical.Intersect getIntersect()
.physical.Intersect intersect = 13;- 返回:
- The intersect.
-
getIntersectOrBuilder
GraphAlgebraPhysical.IntersectOrBuilder getIntersectOrBuilder()
.physical.Intersect intersect = 13;
-
hasRepartition
boolean hasRepartition()
.physical.Repartition repartition = 14;- 返回:
- Whether the repartition field is set.
-
getRepartition
GraphAlgebraPhysical.Repartition getRepartition()
.physical.Repartition repartition = 14;- 返回:
- The repartition.
-
getRepartitionOrBuilder
GraphAlgebraPhysical.RepartitionOrBuilder getRepartitionOrBuilder()
.physical.Repartition repartition = 14;
-
hasRoot
boolean hasRoot()
.physical.Root root = 16;- 返回:
- Whether the root field is set.
-
getRoot
GraphAlgebraPhysical.Root getRoot()
.physical.Root root = 16;- 返回:
- The root.
-
getRootOrBuilder
GraphAlgebraPhysical.RootOrBuilder getRootOrBuilder()
.physical.Root root = 16;
-
hasSample
boolean hasSample()
.algebra.Sample sample = 17;- 返回:
- Whether the sample field is set.
-
getSample
GraphAlgebra.Sample getSample()
.algebra.Sample sample = 17;- 返回:
- The sample.
-
getSampleOrBuilder
GraphAlgebra.SampleOrBuilder getSampleOrBuilder()
.algebra.Sample sample = 17;
-
hasVertex
boolean hasVertex()
Saving the room for relational operators
.physical.GetV vertex = 30;- 返回:
- Whether the vertex field is set.
-
getVertex
GraphAlgebraPhysical.GetV getVertex()
Saving the room for relational operators
.physical.GetV vertex = 30;- 返回:
- The vertex.
-
getVertexOrBuilder
GraphAlgebraPhysical.GetVOrBuilder getVertexOrBuilder()
Saving the room for relational operators
.physical.GetV vertex = 30;
-
hasEdge
boolean hasEdge()
.physical.EdgeExpand edge = 31;- 返回:
- Whether the edge field is set.
-
getEdge
GraphAlgebraPhysical.EdgeExpand getEdge()
.physical.EdgeExpand edge = 31;- 返回:
- The edge.
-
getEdgeOrBuilder
GraphAlgebraPhysical.EdgeExpandOrBuilder getEdgeOrBuilder()
.physical.EdgeExpand edge = 31;
-
hasPath
boolean hasPath()
.physical.PathExpand path = 32;- 返回:
- Whether the path field is set.
-
getPath
GraphAlgebraPhysical.PathExpand getPath()
.physical.PathExpand path = 32;- 返回:
- The path.
-
getPathOrBuilder
GraphAlgebraPhysical.PathExpandOrBuilder getPathOrBuilder()
.physical.PathExpand path = 32;
-
getOpKindCase
GraphAlgebraPhysical.PhysicalOpr.Operator.OpKindCase getOpKindCase()
-
-