Package | Description |
---|---|
org.teiid.language | |
org.teiid.query.processor.relational | |
org.teiid.query.sql.lang |
Modifier and Type | Method and Description |
---|---|
SortSpecification.NullOrdering |
SortSpecification.getNullOrdering() |
static SortSpecification.NullOrdering |
SortSpecification.NullOrdering.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SortSpecification.NullOrdering[] |
SortSpecification.NullOrdering.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
SortSpecification.setNullOrdering(SortSpecification.NullOrdering nullOrdering) |
Modifier and Type | Method and Description |
---|---|
void |
ListNestedSortComparator.setNullOrdering(List<SortSpecification.NullOrdering> nullOrdering) |
Constructor and Description |
---|
SortUtility(TupleSource sourceID,
SortUtility.Mode mode,
BufferManager bufferMgr,
String groupName,
List<? extends Expression> schema,
List<Boolean> sortTypes,
List<SortSpecification.NullOrdering> nullOrderings,
int[] cols) |
Modifier and Type | Method and Description |
---|---|
SortSpecification.NullOrdering |
OrderByItem.getNullOrdering() |
Modifier and Type | Method and Description |
---|---|
void |
OrderByItem.setNullOrdering(SortSpecification.NullOrdering nullOrdering) |
Copyright © 2019. All rights reserved.