| 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.WindowFrameStartBoundType |
PlanProto.WinFunctionEvalSpec.WindowStartBoundOrBuilder.getBoundType()
required .WinFunctionEvalSpec.WindowFrameStartBoundType boundType = 1; |
PlanProto.WinFunctionEvalSpec.WindowFrameStartBoundType |
PlanProto.WinFunctionEvalSpec.WindowStartBound.getBoundType()
required .WinFunctionEvalSpec.WindowFrameStartBoundType boundType = 1; |
PlanProto.WinFunctionEvalSpec.WindowFrameStartBoundType |
PlanProto.WinFunctionEvalSpec.WindowStartBound.Builder.getBoundType()
required .WinFunctionEvalSpec.WindowFrameStartBoundType boundType = 1; |
static PlanProto.WinFunctionEvalSpec.WindowFrameStartBoundType |
PlanProto.WinFunctionEvalSpec.WindowFrameStartBoundType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static PlanProto.WinFunctionEvalSpec.WindowFrameStartBoundType |
PlanProto.WinFunctionEvalSpec.WindowFrameStartBoundType.valueOf(int value) |
static PlanProto.WinFunctionEvalSpec.WindowFrameStartBoundType |
PlanProto.WinFunctionEvalSpec.WindowFrameStartBoundType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PlanProto.WinFunctionEvalSpec.WindowFrameStartBoundType[] |
PlanProto.WinFunctionEvalSpec.WindowFrameStartBoundType.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.WindowFrameStartBoundType> |
PlanProto.WinFunctionEvalSpec.WindowFrameStartBoundType.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
PlanProto.WinFunctionEvalSpec.WindowStartBound.Builder |
PlanProto.WinFunctionEvalSpec.WindowStartBound.Builder.setBoundType(PlanProto.WinFunctionEvalSpec.WindowFrameStartBoundType value)
required .WinFunctionEvalSpec.WindowFrameStartBoundType boundType = 1; |
Copyright © 2015 Apache Software Foundation. All Rights Reserved.