| Package | Description |
|---|---|
| org.apache.tajo.plan.logical | |
| 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.ShuffleType |
ShuffleFileWriteNode.getShuffleType() |
| Modifier and Type | Method and Description |
|---|---|
void |
ShuffleFileWriteNode.setShuffle(PlanProto.ShuffleType type,
Column[] keys,
int numPartitions) |
| Modifier and Type | Method and Description |
|---|---|
static PlanProto.ShuffleType |
PlanProto.ShuffleType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static PlanProto.ShuffleType |
PlanProto.ShuffleType.valueOf(int value) |
static PlanProto.ShuffleType |
PlanProto.ShuffleType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PlanProto.ShuffleType[] |
PlanProto.ShuffleType.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.ShuffleType> |
PlanProto.ShuffleType.internalGetValueMap() |
Copyright © 2015 Apache Software Foundation. All Rights Reserved.