| Package | Description |
|---|---|
| com.facebook.presto.spi.block |
| Modifier and Type | Method and Description |
|---|---|
static SortOrder |
SortOrder.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SortOrder[] |
SortOrder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
int |
Block.compareTo(SortOrder sortOrder,
int position,
BlockCursor cursor)
Compares the value at the specified position to the value at the cursor.
|
int |
AbstractVariableWidthBlock.compareTo(SortOrder sortOrder,
int position,
BlockCursor cursor) |
int |
AbstractFixedWidthBlock.compareTo(SortOrder sortOrder,
int position,
BlockCursor cursor) |
int |
Block.compareTo(SortOrder sortOrder,
int position,
Block otherBlock,
int otherPosition)
Compares the value at the specified position to the value at the other position
in the other block.
|
int |
AbstractVariableWidthBlock.compareTo(SortOrder sortOrder,
int position,
Block otherBlock,
int otherPosition) |
int |
AbstractFixedWidthBlock.compareTo(SortOrder sortOrder,
int position,
Block otherBlock,
int otherPosition) |
Copyright © 2012-2014. All Rights Reserved.