GraphAlgebra.GroupBy.AggFunc.Builder |
GraphAlgebra.GroupBy.AggFunc.Builder.addAllVars(Iterable<? extends OuterExpression.Variable> values) |
The variables to apply this aggregation
TODO(longbin) An expression here is a more general form
|
GraphAlgebra.GroupBy.AggFunc.Builder |
GraphAlgebra.GroupBy.Builder.addFunctionsBuilder() |
The grouping functions
|
GraphAlgebra.GroupBy.AggFunc.Builder |
GraphAlgebra.GroupBy.Builder.addFunctionsBuilder(int index) |
The grouping functions
|
GraphAlgebra.GroupBy.AggFunc.Builder |
GraphAlgebra.GroupBy.AggFunc.Builder.addVars(int index,
OuterExpression.Variable value) |
The variables to apply this aggregation
TODO(longbin) An expression here is a more general form
|
GraphAlgebra.GroupBy.AggFunc.Builder |
GraphAlgebra.GroupBy.AggFunc.Builder.addVars(int index,
OuterExpression.Variable.Builder builderForValue) |
The variables to apply this aggregation
TODO(longbin) An expression here is a more general form
|
GraphAlgebra.GroupBy.AggFunc.Builder |
GraphAlgebra.GroupBy.AggFunc.Builder.addVars(OuterExpression.Variable value) |
The variables to apply this aggregation
TODO(longbin) An expression here is a more general form
|
GraphAlgebra.GroupBy.AggFunc.Builder |
GraphAlgebra.GroupBy.AggFunc.Builder.addVars(OuterExpression.Variable.Builder builderForValue) |
The variables to apply this aggregation
TODO(longbin) An expression here is a more general form
|
GraphAlgebra.GroupBy.AggFunc.Builder |
GraphAlgebra.GroupBy.AggFunc.Builder.clear() |
|
GraphAlgebra.GroupBy.AggFunc.Builder |
GraphAlgebra.GroupBy.AggFunc.Builder.clearAggregate() |
The aggregate function
|
GraphAlgebra.GroupBy.AggFunc.Builder |
GraphAlgebra.GroupBy.AggFunc.Builder.clearAlias() |
The alias for the aggregated value
|
GraphAlgebra.GroupBy.AggFunc.Builder |
GraphAlgebra.GroupBy.AggFunc.Builder.clearVars() |
The variables to apply this aggregation
TODO(longbin) An expression here is a more general form
|
GraphAlgebra.GroupBy.AggFunc.Builder |
GraphAlgebra.GroupBy.Builder.getFunctionsBuilder(int index) |
The grouping functions
|
GraphAlgebra.GroupBy.AggFunc.Builder |
GraphAlgebra.GroupBy.AggFunc.Builder.mergeAlias(Common.NameOrId value) |
The alias for the aggregated value
|
GraphAlgebra.GroupBy.AggFunc.Builder |
GraphAlgebra.GroupBy.AggFunc.Builder.mergeFrom(GraphAlgebra.GroupBy.AggFunc other) |
|
GraphAlgebra.GroupBy.AggFunc.Builder |
GraphAlgebra.GroupBy.AggFunc.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
GraphAlgebra.GroupBy.AggFunc.Builder |
GraphAlgebra.GroupBy.AggFunc.Builder.mergeFrom(com.google.protobuf.Message other) |
|
GraphAlgebra.GroupBy.AggFunc.Builder |
GraphAlgebra.GroupBy.AggFunc.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static GraphAlgebra.GroupBy.AggFunc.Builder |
GraphAlgebra.GroupBy.AggFunc.newBuilder() |
|
static GraphAlgebra.GroupBy.AggFunc.Builder |
GraphAlgebra.GroupBy.AggFunc.newBuilder(GraphAlgebra.GroupBy.AggFunc prototype) |
|
GraphAlgebra.GroupBy.AggFunc.Builder |
GraphAlgebra.GroupBy.AggFunc.newBuilderForType() |
|
protected GraphAlgebra.GroupBy.AggFunc.Builder |
GraphAlgebra.GroupBy.AggFunc.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
GraphAlgebra.GroupBy.AggFunc.Builder |
GraphAlgebra.GroupBy.AggFunc.Builder.removeVars(int index) |
The variables to apply this aggregation
TODO(longbin) An expression here is a more general form
|
GraphAlgebra.GroupBy.AggFunc.Builder |
GraphAlgebra.GroupBy.AggFunc.Builder.setAggregate(GraphAlgebra.GroupBy.AggFunc.Aggregate value) |
The aggregate function
|
GraphAlgebra.GroupBy.AggFunc.Builder |
GraphAlgebra.GroupBy.AggFunc.Builder.setAggregateValue(int value) |
The aggregate function
|
GraphAlgebra.GroupBy.AggFunc.Builder |
GraphAlgebra.GroupBy.AggFunc.Builder.setAlias(Common.NameOrId value) |
The alias for the aggregated value
|
GraphAlgebra.GroupBy.AggFunc.Builder |
GraphAlgebra.GroupBy.AggFunc.Builder.setAlias(Common.NameOrId.Builder builderForValue) |
The alias for the aggregated value
|
GraphAlgebra.GroupBy.AggFunc.Builder |
GraphAlgebra.GroupBy.AggFunc.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
GraphAlgebra.GroupBy.AggFunc.Builder |
GraphAlgebra.GroupBy.AggFunc.Builder.setVars(int index,
OuterExpression.Variable value) |
The variables to apply this aggregation
TODO(longbin) An expression here is a more general form
|
GraphAlgebra.GroupBy.AggFunc.Builder |
GraphAlgebra.GroupBy.AggFunc.Builder.setVars(int index,
OuterExpression.Variable.Builder builderForValue) |
The variables to apply this aggregation
TODO(longbin) An expression here is a more general form
|
GraphAlgebra.GroupBy.AggFunc.Builder |
GraphAlgebra.GroupBy.AggFunc.toBuilder() |
|