接口 GraphAlgebra.LogicalPlan.OperatorOrBuilder
-
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
public static interface GraphAlgebra.LogicalPlan.OperatorOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 GraphAlgebra.ApplygetApply().algebra.Apply apply = 9;GraphAlgebra.ApplyOrBuildergetApplyOrBuilder().algebra.Apply apply = 9;GraphAlgebra.AsgetAs().algebra.As as = 14;GraphAlgebra.AsOrBuildergetAsOrBuilder().algebra.As as = 14;GraphAlgebra.BranchgetBranch().algebra.Branch branch = 19;GraphAlgebra.BranchOrBuildergetBranchOrBuilder().algebra.Branch branch = 19;GraphAlgebra.DedupgetDedup().algebra.Dedup dedup = 7;GraphAlgebra.DedupOrBuildergetDedupOrBuilder().algebra.Dedup dedup = 7;GraphAlgebra.EdgeExpandgetEdge().algebra.EdgeExpand edge = 31;GraphAlgebra.EdgeExpandOrBuildergetEdgeOrBuilder().algebra.EdgeExpand edge = 31;GraphAlgebra.GroupBygetGroupBy().algebra.GroupBy group_by = 5;GraphAlgebra.GroupByOrBuildergetGroupByOrBuilder().algebra.GroupBy group_by = 5;GraphAlgebra.IntersectgetIntersect().algebra.Intersect intersect = 15;GraphAlgebra.IntersectOrBuildergetIntersectOrBuilder().algebra.Intersect intersect = 15;GraphAlgebra.JoingetJoin().algebra.Join join = 3;GraphAlgebra.JoinOrBuildergetJoinOrBuilder().algebra.Join join = 3;GraphAlgebra.LimitgetLimit().algebra.Limit limit = 12;GraphAlgebra.LimitOrBuildergetLimitOrBuilder().algebra.Limit limit = 12;GraphAlgebra.LogicalPlan.Operator.OprCasegetOprCase()GraphAlgebra.OrderBygetOrderBy().algebra.OrderBy order_by = 6;GraphAlgebra.OrderByOrBuildergetOrderByOrBuilder().algebra.OrderBy order_by = 6;GraphAlgebra.PathExpandgetPath().algebra.PathExpand path = 32;GraphAlgebra.PathExpandOrBuildergetPathOrBuilder().algebra.PathExpand path = 32;GraphAlgebra.PatterngetPattern().algebra.Pattern pattern = 35;GraphAlgebra.PatternOrBuildergetPatternOrBuilder().algebra.Pattern pattern = 35;GraphAlgebra.ProjectgetProject().algebra.Project project = 1;GraphAlgebra.ProjectOrBuildergetProjectOrBuilder().algebra.Project project = 1;GraphAlgebra.RootgetRoot().algebra.Root root = 17;GraphAlgebra.RootOrBuildergetRootOrBuilder().algebra.Root root = 17;GraphAlgebra.SamplegetSample().algebra.Sample sample = 18;GraphAlgebra.SampleOrBuildergetSampleOrBuilder().algebra.Sample sample = 18;GraphAlgebra.ScangetScan().algebra.Scan scan = 11;GraphAlgebra.ScanOrBuildergetScanOrBuilder().algebra.Scan scan = 11;GraphAlgebra.SegmentApplygetSegApply().algebra.SegmentApply seg_apply = 10;GraphAlgebra.SegmentApplyOrBuildergetSegApplyOrBuilder().algebra.SegmentApply seg_apply = 10;GraphAlgebra.SelectgetSelect().algebra.Select select = 2;GraphAlgebra.SelectOrBuildergetSelectOrBuilder().algebra.Select select = 2;GraphAlgebra.SinkgetSink().algebra.Sink sink = 16;GraphAlgebra.SinkOrBuildergetSinkOrBuilder().algebra.Sink sink = 16;GraphAlgebra.UnfoldgetUnfold().algebra.Unfold unfold = 8;GraphAlgebra.UnfoldOrBuildergetUnfoldOrBuilder().algebra.Unfold unfold = 8;GraphAlgebra.UniongetUnion().algebra.Union union = 4;GraphAlgebra.UnionOrBuildergetUnionOrBuilder().algebra.Union union = 4;GraphAlgebra.GetVgetVertex()Saving the room for relational operatorsGraphAlgebra.GetVOrBuildergetVertexOrBuilder()Saving the room for relational operatorsbooleanhasApply().algebra.Apply apply = 9;booleanhasAs().algebra.As as = 14;booleanhasBranch().algebra.Branch branch = 19;booleanhasDedup().algebra.Dedup dedup = 7;booleanhasEdge().algebra.EdgeExpand edge = 31;booleanhasGroupBy().algebra.GroupBy group_by = 5;booleanhasIntersect().algebra.Intersect intersect = 15;booleanhasJoin().algebra.Join join = 3;booleanhasLimit().algebra.Limit limit = 12;booleanhasOrderBy().algebra.OrderBy order_by = 6;booleanhasPath().algebra.PathExpand path = 32;booleanhasPattern().algebra.Pattern pattern = 35;booleanhasProject().algebra.Project project = 1;booleanhasRoot().algebra.Root root = 17;booleanhasSample().algebra.Sample sample = 18;booleanhasScan().algebra.Scan scan = 11;booleanhasSegApply().algebra.SegmentApply seg_apply = 10;booleanhasSelect().algebra.Select select = 2;booleanhasSink().algebra.Sink sink = 16;booleanhasUnfold().algebra.Unfold unfold = 8;booleanhasUnion().algebra.Union union = 4;booleanhasVertex()Saving the room for relational operators
-
-
-
方法详细资料
-
hasProject
boolean hasProject()
.algebra.Project project = 1;- 返回:
- Whether the project field is set.
-
getProject
GraphAlgebra.Project getProject()
.algebra.Project project = 1;- 返回:
- The project.
-
getProjectOrBuilder
GraphAlgebra.ProjectOrBuilder getProjectOrBuilder()
.algebra.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;
-
hasJoin
boolean hasJoin()
.algebra.Join join = 3;- 返回:
- Whether the join field is set.
-
getJoin
GraphAlgebra.Join getJoin()
.algebra.Join join = 3;- 返回:
- The join.
-
getJoinOrBuilder
GraphAlgebra.JoinOrBuilder getJoinOrBuilder()
.algebra.Join join = 3;
-
hasUnion
boolean hasUnion()
.algebra.Union union = 4;- 返回:
- Whether the union field is set.
-
getUnion
GraphAlgebra.Union getUnion()
.algebra.Union union = 4;- 返回:
- The union.
-
getUnionOrBuilder
GraphAlgebra.UnionOrBuilder getUnionOrBuilder()
.algebra.Union union = 4;
-
hasGroupBy
boolean hasGroupBy()
.algebra.GroupBy group_by = 5;- 返回:
- Whether the groupBy field is set.
-
getGroupBy
GraphAlgebra.GroupBy getGroupBy()
.algebra.GroupBy group_by = 5;- 返回:
- The groupBy.
-
getGroupByOrBuilder
GraphAlgebra.GroupByOrBuilder getGroupByOrBuilder()
.algebra.GroupBy group_by = 5;
-
hasOrderBy
boolean hasOrderBy()
.algebra.OrderBy order_by = 6;- 返回:
- Whether the orderBy field is set.
-
getOrderBy
GraphAlgebra.OrderBy getOrderBy()
.algebra.OrderBy order_by = 6;- 返回:
- The orderBy.
-
getOrderByOrBuilder
GraphAlgebra.OrderByOrBuilder getOrderByOrBuilder()
.algebra.OrderBy order_by = 6;
-
hasDedup
boolean hasDedup()
.algebra.Dedup dedup = 7;- 返回:
- Whether the dedup field is set.
-
getDedup
GraphAlgebra.Dedup getDedup()
.algebra.Dedup dedup = 7;- 返回:
- The dedup.
-
getDedupOrBuilder
GraphAlgebra.DedupOrBuilder getDedupOrBuilder()
.algebra.Dedup dedup = 7;
-
hasUnfold
boolean hasUnfold()
.algebra.Unfold unfold = 8;- 返回:
- Whether the unfold field is set.
-
getUnfold
GraphAlgebra.Unfold getUnfold()
.algebra.Unfold unfold = 8;- 返回:
- The unfold.
-
getUnfoldOrBuilder
GraphAlgebra.UnfoldOrBuilder getUnfoldOrBuilder()
.algebra.Unfold unfold = 8;
-
hasApply
boolean hasApply()
.algebra.Apply apply = 9;- 返回:
- Whether the apply field is set.
-
getApply
GraphAlgebra.Apply getApply()
.algebra.Apply apply = 9;- 返回:
- The apply.
-
getApplyOrBuilder
GraphAlgebra.ApplyOrBuilder getApplyOrBuilder()
.algebra.Apply apply = 9;
-
hasSegApply
boolean hasSegApply()
.algebra.SegmentApply seg_apply = 10;- 返回:
- Whether the segApply field is set.
-
getSegApply
GraphAlgebra.SegmentApply getSegApply()
.algebra.SegmentApply seg_apply = 10;- 返回:
- The segApply.
-
getSegApplyOrBuilder
GraphAlgebra.SegmentApplyOrBuilder getSegApplyOrBuilder()
.algebra.SegmentApply seg_apply = 10;
-
hasScan
boolean hasScan()
.algebra.Scan scan = 11;- 返回:
- Whether the scan field is set.
-
getScan
GraphAlgebra.Scan getScan()
.algebra.Scan scan = 11;- 返回:
- The scan.
-
getScanOrBuilder
GraphAlgebra.ScanOrBuilder getScanOrBuilder()
.algebra.Scan scan = 11;
-
hasLimit
boolean hasLimit()
.algebra.Limit limit = 12;- 返回:
- Whether the limit field is set.
-
getLimit
GraphAlgebra.Limit getLimit()
.algebra.Limit limit = 12;- 返回:
- The limit.
-
getLimitOrBuilder
GraphAlgebra.LimitOrBuilder getLimitOrBuilder()
.algebra.Limit limit = 12;
-
hasAs
boolean hasAs()
.algebra.As as = 14;- 返回:
- Whether the as field is set.
-
getAs
GraphAlgebra.As getAs()
.algebra.As as = 14;- 返回:
- The as.
-
getAsOrBuilder
GraphAlgebra.AsOrBuilder getAsOrBuilder()
.algebra.As as = 14;
-
hasIntersect
boolean hasIntersect()
.algebra.Intersect intersect = 15;- 返回:
- Whether the intersect field is set.
-
getIntersect
GraphAlgebra.Intersect getIntersect()
.algebra.Intersect intersect = 15;- 返回:
- The intersect.
-
getIntersectOrBuilder
GraphAlgebra.IntersectOrBuilder getIntersectOrBuilder()
.algebra.Intersect intersect = 15;
-
hasSink
boolean hasSink()
.algebra.Sink sink = 16;- 返回:
- Whether the sink field is set.
-
getSink
GraphAlgebra.Sink getSink()
.algebra.Sink sink = 16;- 返回:
- The sink.
-
getSinkOrBuilder
GraphAlgebra.SinkOrBuilder getSinkOrBuilder()
.algebra.Sink sink = 16;
-
hasRoot
boolean hasRoot()
.algebra.Root root = 17;- 返回:
- Whether the root field is set.
-
getRoot
GraphAlgebra.Root getRoot()
.algebra.Root root = 17;- 返回:
- The root.
-
getRootOrBuilder
GraphAlgebra.RootOrBuilder getRootOrBuilder()
.algebra.Root root = 17;
-
hasSample
boolean hasSample()
.algebra.Sample sample = 18;- 返回:
- Whether the sample field is set.
-
getSample
GraphAlgebra.Sample getSample()
.algebra.Sample sample = 18;- 返回:
- The sample.
-
getSampleOrBuilder
GraphAlgebra.SampleOrBuilder getSampleOrBuilder()
.algebra.Sample sample = 18;
-
hasBranch
boolean hasBranch()
.algebra.Branch branch = 19;- 返回:
- Whether the branch field is set.
-
getBranch
GraphAlgebra.Branch getBranch()
.algebra.Branch branch = 19;- 返回:
- The branch.
-
getBranchOrBuilder
GraphAlgebra.BranchOrBuilder getBranchOrBuilder()
.algebra.Branch branch = 19;
-
hasVertex
boolean hasVertex()
Saving the room for relational operators
.algebra.GetV vertex = 30;- 返回:
- Whether the vertex field is set.
-
getVertex
GraphAlgebra.GetV getVertex()
Saving the room for relational operators
.algebra.GetV vertex = 30;- 返回:
- The vertex.
-
getVertexOrBuilder
GraphAlgebra.GetVOrBuilder getVertexOrBuilder()
Saving the room for relational operators
.algebra.GetV vertex = 30;
-
hasEdge
boolean hasEdge()
.algebra.EdgeExpand edge = 31;- 返回:
- Whether the edge field is set.
-
getEdge
GraphAlgebra.EdgeExpand getEdge()
.algebra.EdgeExpand edge = 31;- 返回:
- The edge.
-
getEdgeOrBuilder
GraphAlgebra.EdgeExpandOrBuilder getEdgeOrBuilder()
.algebra.EdgeExpand edge = 31;
-
hasPath
boolean hasPath()
.algebra.PathExpand path = 32;- 返回:
- Whether the path field is set.
-
getPath
GraphAlgebra.PathExpand getPath()
.algebra.PathExpand path = 32;- 返回:
- The path.
-
getPathOrBuilder
GraphAlgebra.PathExpandOrBuilder getPathOrBuilder()
.algebra.PathExpand path = 32;
-
hasPattern
boolean hasPattern()
.algebra.Pattern pattern = 35;- 返回:
- Whether the pattern field is set.
-
getPattern
GraphAlgebra.Pattern getPattern()
.algebra.Pattern pattern = 35;- 返回:
- The pattern.
-
getPatternOrBuilder
GraphAlgebra.PatternOrBuilder getPatternOrBuilder()
.algebra.Pattern pattern = 35;
-
getOprCase
GraphAlgebra.LogicalPlan.Operator.OprCase getOprCase()
-
-