| 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.WindowFrameUnit |
PlanProto.WinFunctionEvalSpec.WindowFrameOrBuilder.getUnit()
optional .WinFunctionEvalSpec.WindowFrameUnit unit = 3; |
PlanProto.WinFunctionEvalSpec.WindowFrameUnit |
PlanProto.WinFunctionEvalSpec.WindowFrame.getUnit()
optional .WinFunctionEvalSpec.WindowFrameUnit unit = 3; |
PlanProto.WinFunctionEvalSpec.WindowFrameUnit |
PlanProto.WinFunctionEvalSpec.WindowFrame.Builder.getUnit()
optional .WinFunctionEvalSpec.WindowFrameUnit unit = 3; |
static PlanProto.WinFunctionEvalSpec.WindowFrameUnit |
PlanProto.WinFunctionEvalSpec.WindowFrameUnit.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static PlanProto.WinFunctionEvalSpec.WindowFrameUnit |
PlanProto.WinFunctionEvalSpec.WindowFrameUnit.valueOf(int value) |
static PlanProto.WinFunctionEvalSpec.WindowFrameUnit |
PlanProto.WinFunctionEvalSpec.WindowFrameUnit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PlanProto.WinFunctionEvalSpec.WindowFrameUnit[] |
PlanProto.WinFunctionEvalSpec.WindowFrameUnit.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.WindowFrameUnit> |
PlanProto.WinFunctionEvalSpec.WindowFrameUnit.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
PlanProto.WinFunctionEvalSpec.WindowFrame.Builder |
PlanProto.WinFunctionEvalSpec.WindowFrame.Builder.setUnit(PlanProto.WinFunctionEvalSpec.WindowFrameUnit value)
optional .WinFunctionEvalSpec.WindowFrameUnit unit = 3; |
Copyright © 2015 Apache Software Foundation. All Rights Reserved.