Uses of Class
com.ocient.jdbc.proto.PlanProtocol.AggregationOperator.AggregationOp
-
Packages that use PlanProtocol.AggregationOperator.AggregationOp Package Description com.ocient.jdbc.proto -
-
Uses of PlanProtocol.AggregationOperator.AggregationOp in com.ocient.jdbc.proto
Methods in com.ocient.jdbc.proto that return PlanProtocol.AggregationOperator.AggregationOp Modifier and Type Method Description static PlanProtocol.AggregationOperator.AggregationOpPlanProtocol.AggregationOperator.AggregationOp. forNumber(int value)PlanProtocol.AggregationOperator.AggregationOpPlanProtocol.AggregationOperator.Builder. getOps(int index)The aggregation operations to performPlanProtocol.AggregationOperator.AggregationOpPlanProtocol.AggregationOperator. getOps(int index)The aggregation operations to performPlanProtocol.AggregationOperator.AggregationOpPlanProtocol.AggregationOperatorOrBuilder. getOps(int index)The aggregation operations to performPlanProtocol.AggregationOperator.AggregationOpPlanProtocol.IndexAggOperator.Builder. getOps(int index)The aggregation operations to performPlanProtocol.AggregationOperator.AggregationOpPlanProtocol.IndexAggOperator. getOps(int index)The aggregation operations to performPlanProtocol.AggregationOperator.AggregationOpPlanProtocol.IndexAggOperatorOrBuilder. getOps(int index)The aggregation operations to performPlanProtocol.AggregationOperator.AggregationOpPlanProtocol.OrderedAggOperator.Builder. getOps(int index)The aggregation operations to performPlanProtocol.AggregationOperator.AggregationOpPlanProtocol.OrderedAggOperator. getOps(int index)The aggregation operations to performPlanProtocol.AggregationOperator.AggregationOpPlanProtocol.OrderedAggOperatorOrBuilder. getOps(int index)The aggregation operations to performstatic PlanProtocol.AggregationOperator.AggregationOpPlanProtocol.AggregationOperator.AggregationOp. valueOf(int value)Deprecated.static PlanProtocol.AggregationOperator.AggregationOpPlanProtocol.AggregationOperator.AggregationOp. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static PlanProtocol.AggregationOperator.AggregationOpPlanProtocol.AggregationOperator.AggregationOp. valueOf(String name)Returns the enum constant of this type with the specified name.static PlanProtocol.AggregationOperator.AggregationOp[]PlanProtocol.AggregationOperator.AggregationOp. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.ocient.jdbc.proto that return types with arguments of type PlanProtocol.AggregationOperator.AggregationOp Modifier and Type Method Description List<PlanProtocol.AggregationOperator.AggregationOp>PlanProtocol.AggregationOperator.Builder. getOpsList()The aggregation operations to performList<PlanProtocol.AggregationOperator.AggregationOp>PlanProtocol.AggregationOperator. getOpsList()The aggregation operations to performList<PlanProtocol.AggregationOperator.AggregationOp>PlanProtocol.AggregationOperatorOrBuilder. getOpsList()The aggregation operations to performList<PlanProtocol.AggregationOperator.AggregationOp>PlanProtocol.IndexAggOperator.Builder. getOpsList()The aggregation operations to performList<PlanProtocol.AggregationOperator.AggregationOp>PlanProtocol.IndexAggOperator. getOpsList()The aggregation operations to performList<PlanProtocol.AggregationOperator.AggregationOp>PlanProtocol.IndexAggOperatorOrBuilder. getOpsList()The aggregation operations to performList<PlanProtocol.AggregationOperator.AggregationOp>PlanProtocol.OrderedAggOperator.Builder. getOpsList()The aggregation operations to performList<PlanProtocol.AggregationOperator.AggregationOp>PlanProtocol.OrderedAggOperator. getOpsList()The aggregation operations to performList<PlanProtocol.AggregationOperator.AggregationOp>PlanProtocol.OrderedAggOperatorOrBuilder. getOpsList()The aggregation operations to performstatic com.google.protobuf.Internal.EnumLiteMap<PlanProtocol.AggregationOperator.AggregationOp>PlanProtocol.AggregationOperator.AggregationOp. internalGetValueMap()Methods in com.ocient.jdbc.proto with parameters of type PlanProtocol.AggregationOperator.AggregationOp Modifier and Type Method Description PlanProtocol.AggregationOperator.BuilderPlanProtocol.AggregationOperator.Builder. addOps(PlanProtocol.AggregationOperator.AggregationOp value)The aggregation operations to performPlanProtocol.IndexAggOperator.BuilderPlanProtocol.IndexAggOperator.Builder. addOps(PlanProtocol.AggregationOperator.AggregationOp value)The aggregation operations to performPlanProtocol.OrderedAggOperator.BuilderPlanProtocol.OrderedAggOperator.Builder. addOps(PlanProtocol.AggregationOperator.AggregationOp value)The aggregation operations to performPlanProtocol.AggregationOperator.BuilderPlanProtocol.AggregationOperator.Builder. setOps(int index, PlanProtocol.AggregationOperator.AggregationOp value)The aggregation operations to performPlanProtocol.IndexAggOperator.BuilderPlanProtocol.IndexAggOperator.Builder. setOps(int index, PlanProtocol.AggregationOperator.AggregationOp value)The aggregation operations to performPlanProtocol.OrderedAggOperator.BuilderPlanProtocol.OrderedAggOperator.Builder. setOps(int index, PlanProtocol.AggregationOperator.AggregationOp value)The aggregation operations to performMethod parameters in com.ocient.jdbc.proto with type arguments of type PlanProtocol.AggregationOperator.AggregationOp Modifier and Type Method Description PlanProtocol.AggregationOperator.BuilderPlanProtocol.AggregationOperator.Builder. addAllOps(Iterable<? extends PlanProtocol.AggregationOperator.AggregationOp> values)The aggregation operations to performPlanProtocol.IndexAggOperator.BuilderPlanProtocol.IndexAggOperator.Builder. addAllOps(Iterable<? extends PlanProtocol.AggregationOperator.AggregationOp> values)The aggregation operations to performPlanProtocol.OrderedAggOperator.BuilderPlanProtocol.OrderedAggOperator.Builder. addAllOps(Iterable<? extends PlanProtocol.AggregationOperator.AggregationOp> values)The aggregation operations to perform
-