| Package | Description |
|---|---|
| org.apache.tajo.plan.logical |
| Modifier and Type | Method and Description |
|---|---|
SortNode.SortPurpose |
SortNode.getSortPurpose() |
static SortNode.SortPurpose |
SortNode.SortPurpose.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SortNode.SortPurpose[] |
SortNode.SortPurpose.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SortNode.setSortPurpose(SortNode.SortPurpose sortPurpose) |
Copyright © 2015 Apache Software Foundation. All Rights Reserved.