Uses of Class
org.teiid.query.processor.relational.SortUtility.Mode
-
Packages that use SortUtility.Mode Package Description org.teiid.query.processor.relational -
-
Uses of SortUtility.Mode in org.teiid.query.processor.relational
Methods in org.teiid.query.processor.relational that return SortUtility.Mode Modifier and Type Method 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.Methods in org.teiid.query.processor.relational with parameters of type SortUtility.Mode Modifier and Type Method Description void
SortNode. setMode(SortUtility.Mode mode)
Constructors in org.teiid.query.processor.relational with parameters of type SortUtility.Mode Constructor 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)
-