MCPcopy Create free account
hub / github.com/awelm/simpledb / createTupleList

Method createTupleList

test/simpledb/TestUtil.java:26–39  ·  view source on GitHub ↗

@return a DbIterator over a list of tuples constructed over the data provided in the constructor. This iterator is already open. @param width the number of fields in each tuple @param tupdata an array such that the ith element the jth tuple lives in slot j width + i @require tupdata.length % wid

(int width, int[] tupdata)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 10

createTupleListMethod · 0.95
mergeCountMethod · 0.95
createTupleListsMethod · 0.95
setUpMethod · 0.95
createTupleListMethod · 0.95
mergeSumMethod · 0.95
mergeMinMethod · 0.95
mergeMaxMethod · 0.95
mergeAvgMethod · 0.95
createTupleListsMethod · 0.95

Calls 4

getTupleDescMethod · 0.95
setFieldMethod · 0.95
getFieldMethod · 0.95
openMethod · 0.95

Tested by

no test coverage detected