MCPcopy Create free account
hub / github.com/MIT-DB-Class/simple-db-hw / OrderBy

Method OrderBy

src/java/simpledb/OrderBy.java:29–35  ·  view source on GitHub ↗

Creates a new OrderBy node over the tuples from the iterator. @param orderbyField the field to which the sort is applied. @param asc true if the sort order is ascending. @param child the tuples to sort.

(int orderbyField, boolean asc, OpIterator child)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 2

getFieldNameMethod · 0.80
getTupleDescMethod · 0.65

Tested by

no test coverage detected