Uses of Class
com.ocient.jdbc.proto.PlanProtocol.WindowOperator.WindowOp
-
Packages that use PlanProtocol.WindowOperator.WindowOp Package Description com.ocient.jdbc.proto -
-
Uses of PlanProtocol.WindowOperator.WindowOp in com.ocient.jdbc.proto
Methods in com.ocient.jdbc.proto that return PlanProtocol.WindowOperator.WindowOp Modifier and Type Method Description static PlanProtocol.WindowOperator.WindowOpPlanProtocol.WindowOperator.WindowOp. forNumber(int value)PlanProtocol.WindowOperator.WindowOpPlanProtocol.WindowOperator.Builder. getOps(int index)The aggregation operations to performPlanProtocol.WindowOperator.WindowOpPlanProtocol.WindowOperator. getOps(int index)The aggregation operations to performPlanProtocol.WindowOperator.WindowOpPlanProtocol.WindowOperatorOrBuilder. getOps(int index)The aggregation operations to performstatic PlanProtocol.WindowOperator.WindowOpPlanProtocol.WindowOperator.WindowOp. valueOf(int value)Deprecated.static PlanProtocol.WindowOperator.WindowOpPlanProtocol.WindowOperator.WindowOp. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static PlanProtocol.WindowOperator.WindowOpPlanProtocol.WindowOperator.WindowOp. valueOf(String name)Returns the enum constant of this type with the specified name.static PlanProtocol.WindowOperator.WindowOp[]PlanProtocol.WindowOperator.WindowOp. 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.WindowOperator.WindowOp Modifier and Type Method Description List<PlanProtocol.WindowOperator.WindowOp>PlanProtocol.WindowOperator.Builder. getOpsList()The aggregation operations to performList<PlanProtocol.WindowOperator.WindowOp>PlanProtocol.WindowOperator. getOpsList()The aggregation operations to performList<PlanProtocol.WindowOperator.WindowOp>PlanProtocol.WindowOperatorOrBuilder. getOpsList()The aggregation operations to performstatic com.google.protobuf.Internal.EnumLiteMap<PlanProtocol.WindowOperator.WindowOp>PlanProtocol.WindowOperator.WindowOp. internalGetValueMap()Methods in com.ocient.jdbc.proto with parameters of type PlanProtocol.WindowOperator.WindowOp Modifier and Type Method Description PlanProtocol.WindowOperator.BuilderPlanProtocol.WindowOperator.Builder. addOps(PlanProtocol.WindowOperator.WindowOp value)The aggregation operations to performPlanProtocol.WindowOperator.BuilderPlanProtocol.WindowOperator.Builder. setOps(int index, PlanProtocol.WindowOperator.WindowOp value)The aggregation operations to performMethod parameters in com.ocient.jdbc.proto with type arguments of type PlanProtocol.WindowOperator.WindowOp Modifier and Type Method Description PlanProtocol.WindowOperator.BuilderPlanProtocol.WindowOperator.Builder. addAllOps(Iterable<? extends PlanProtocol.WindowOperator.WindowOp> values)The aggregation operations to perform
-