| Package | Description |
|---|---|
| org.apache.tajo.plan.serder |
This package provides (de)serialization API for logical plan and it related parts.
|
| Modifier and Type | Method and Description |
|---|---|
PlanProto.WinFunctionEvalSpec.WindowFrameEndBoundType |
PlanProto.WinFunctionEvalSpec.WindowEndBoundOrBuilder.getBoundType()
required .WinFunctionEvalSpec.WindowFrameEndBoundType boundType = 1; |
PlanProto.WinFunctionEvalSpec.WindowFrameEndBoundType |
PlanProto.WinFunctionEvalSpec.WindowEndBound.getBoundType()
required .WinFunctionEvalSpec.WindowFrameEndBoundType boundType = 1; |
PlanProto.WinFunctionEvalSpec.WindowFrameEndBoundType |
PlanProto.WinFunctionEvalSpec.WindowEndBound.Builder.getBoundType()
required .WinFunctionEvalSpec.WindowFrameEndBoundType boundType = 1; |
static PlanProto.WinFunctionEvalSpec.WindowFrameEndBoundType |
PlanProto.WinFunctionEvalSpec.WindowFrameEndBoundType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static PlanProto.WinFunctionEvalSpec.WindowFrameEndBoundType |
PlanProto.WinFunctionEvalSpec.WindowFrameEndBoundType.valueOf(int value) |
static PlanProto.WinFunctionEvalSpec.WindowFrameEndBoundType |
PlanProto.WinFunctionEvalSpec.WindowFrameEndBoundType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PlanProto.WinFunctionEvalSpec.WindowFrameEndBoundType[] |
PlanProto.WinFunctionEvalSpec.WindowFrameEndBoundType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<PlanProto.WinFunctionEvalSpec.WindowFrameEndBoundType> |
PlanProto.WinFunctionEvalSpec.WindowFrameEndBoundType.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
PlanProto.WinFunctionEvalSpec.WindowEndBound.Builder |
PlanProto.WinFunctionEvalSpec.WindowEndBound.Builder.setBoundType(PlanProto.WinFunctionEvalSpec.WindowFrameEndBoundType value)
required .WinFunctionEvalSpec.WindowFrameEndBoundType boundType = 1; |
Copyright © 2015 Apache Software Foundation. All Rights Reserved.