Package | Description |
---|---|
org.teiid.query.processor.relational |
Modifier and Type | Method and Description |
---|---|
SortUtility.Mode |
SortNode.getMode() |
static SortUtility.Mode |
SortUtility.Mode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SortUtility.Mode[] |
SortUtility.Mode.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.setMode(SortUtility.Mode mode) |
Constructor and Description |
---|
SortUtility(TupleSource ts,
List<? extends Expression> expressions,
List<Boolean> types,
SortUtility.Mode mode,
BufferManager bufferManager,
String connectionID,
List schema) |
SortUtility(TupleSource sourceID,
List<OrderByItem> items,
SortUtility.Mode mode,
BufferManager bufferMgr,
String groupName,
List<? extends Expression> schema) |
SortUtility(TupleSource sourceID,
SortUtility.Mode mode,
BufferManager bufferMgr,
String groupName,
List<? extends Expression> schema,
List<Boolean> sortTypes,
List<SortSpecification.NullOrdering> nullOrderings,
int[] cols) |
Copyright © 2019. All rights reserved.