public static enum PlanProto.WinFunctionEvalSpec.WindowFrameStartBoundType extends Enum<PlanProto.WinFunctionEvalSpec.WindowFrameStartBoundType> implements com.google.protobuf.ProtocolMessageEnum
WinFunctionEvalSpec.WindowFrameStartBoundType| Enum Constant and Description |
|---|
S_CURRENT_ROW
S_CURRENT_ROW = 1; |
S_PRECEDING
S_PRECEDING = 2; |
S_UNBOUNDED_PRECEDING
S_UNBOUNDED_PRECEDING = 0; |
| Modifier and Type | Field and Description |
|---|---|
static int |
S_CURRENT_ROW_VALUE
S_CURRENT_ROW = 1; |
static int |
S_PRECEDING_VALUE
S_PRECEDING = 2; |
static int |
S_UNBOUNDED_PRECEDING_VALUE
S_UNBOUNDED_PRECEDING = 0; |
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<PlanProto.WinFunctionEvalSpec.WindowFrameStartBoundType> |
internalGetValueMap() |
static PlanProto.WinFunctionEvalSpec.WindowFrameStartBoundType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static PlanProto.WinFunctionEvalSpec.WindowFrameStartBoundType |
valueOf(int value) |
static PlanProto.WinFunctionEvalSpec.WindowFrameStartBoundType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PlanProto.WinFunctionEvalSpec.WindowFrameStartBoundType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PlanProto.WinFunctionEvalSpec.WindowFrameStartBoundType S_UNBOUNDED_PRECEDING
S_UNBOUNDED_PRECEDING = 0;public static final PlanProto.WinFunctionEvalSpec.WindowFrameStartBoundType S_CURRENT_ROW
S_CURRENT_ROW = 1;public static final PlanProto.WinFunctionEvalSpec.WindowFrameStartBoundType S_PRECEDING
S_PRECEDING = 2;public static final int S_UNBOUNDED_PRECEDING_VALUE
S_UNBOUNDED_PRECEDING = 0;public static final int S_CURRENT_ROW_VALUE
S_CURRENT_ROW = 1;public static final int S_PRECEDING_VALUE
S_PRECEDING = 2;public static PlanProto.WinFunctionEvalSpec.WindowFrameStartBoundType[] values()
for (PlanProto.WinFunctionEvalSpec.WindowFrameStartBoundType c : PlanProto.WinFunctionEvalSpec.WindowFrameStartBoundType.values()) System.out.println(c);
public static PlanProto.WinFunctionEvalSpec.WindowFrameStartBoundType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnumpublic static PlanProto.WinFunctionEvalSpec.WindowFrameStartBoundType valueOf(int value)
public static com.google.protobuf.Internal.EnumLiteMap<PlanProto.WinFunctionEvalSpec.WindowFrameStartBoundType> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static PlanProto.WinFunctionEvalSpec.WindowFrameStartBoundType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2015 Apache Software Foundation. All Rights Reserved.