Package | Description |
---|---|
be.SIRAPRISE.util |
This package contains various utility methods.
|
Modifier and Type | Method and Description |
---|---|
static RelationBuffer |
Relations.orderedRelation(MyReadOnlyCollection<TupleBuffer> tupleBufferCollection,
ByAttributesTupleBufferOrderer orderer)
Gets a relationBuffer in which iteration over the tuples will be in-order, according to the ordering operators associated with the types of the given ordering attributes
|
static Relation |
Relations.orderedRelation(Relation r,
ByAttributesTupleBufferOrderer orderer)
Gets a relation in which iteration over the tuples will be in-order, according to the ordering operators associated with the types of the given ordering attributes
|