GraphAlgebra.Intersect.Builder |
GraphAlgebra.Intersect.Builder.addAllParents(Iterable<? extends Integer> values) |
repeated int32 parents = 1;
|
GraphAlgebra.Intersect.Builder |
GraphAlgebra.Intersect.Builder.addParents(int value) |
repeated int32 parents = 1;
|
GraphAlgebra.Intersect.Builder |
GraphAlgebra.Intersect.Builder.clear() |
|
GraphAlgebra.Intersect.Builder |
GraphAlgebra.Intersect.Builder.clearKey() |
.common.NameOrId key = 2;
|
GraphAlgebra.Intersect.Builder |
GraphAlgebra.Intersect.Builder.clearParents() |
repeated int32 parents = 1;
|
GraphAlgebra.Intersect.Builder |
GraphAlgebra.LogicalPlan.Operator.Builder.getIntersectBuilder() |
.algebra.Intersect intersect = 15;
|
GraphAlgebra.Intersect.Builder |
GraphAlgebra.Intersect.Builder.mergeFrom(GraphAlgebra.Intersect other) |
|
GraphAlgebra.Intersect.Builder |
GraphAlgebra.Intersect.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
GraphAlgebra.Intersect.Builder |
GraphAlgebra.Intersect.Builder.mergeFrom(com.google.protobuf.Message other) |
|
GraphAlgebra.Intersect.Builder |
GraphAlgebra.Intersect.Builder.mergeKey(Common.NameOrId value) |
.common.NameOrId key = 2;
|
GraphAlgebra.Intersect.Builder |
GraphAlgebra.Intersect.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static GraphAlgebra.Intersect.Builder |
GraphAlgebra.Intersect.newBuilder() |
|
static GraphAlgebra.Intersect.Builder |
GraphAlgebra.Intersect.newBuilder(GraphAlgebra.Intersect prototype) |
|
GraphAlgebra.Intersect.Builder |
GraphAlgebra.Intersect.newBuilderForType() |
|
protected GraphAlgebra.Intersect.Builder |
GraphAlgebra.Intersect.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
GraphAlgebra.Intersect.Builder |
GraphAlgebra.Intersect.Builder.setKey(Common.NameOrId value) |
.common.NameOrId key = 2;
|
GraphAlgebra.Intersect.Builder |
GraphAlgebra.Intersect.Builder.setKey(Common.NameOrId.Builder builderForValue) |
.common.NameOrId key = 2;
|
GraphAlgebra.Intersect.Builder |
GraphAlgebra.Intersect.Builder.setParents(int index,
int value) |
repeated int32 parents = 1;
|
GraphAlgebra.Intersect.Builder |
GraphAlgebra.Intersect.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
GraphAlgebra.Intersect.Builder |
GraphAlgebra.Intersect.toBuilder() |
|