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

Method convert

src/simpledb/HeapFileEncoder.java:31–52  ·  view source on GitHub ↗

Convert the specified tuple list (with only integer fields) into a binary page file. The format of the output file will be as specified in HeapPage and HeapFile. @see HeapPage @see HeapFile @param tuples the tuples - a list of tuples, each represented by a list of integers that are the

(ArrayList<ArrayList<Integer>> tuples, File outFile, int npagebytes, int numFields)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 5

HeapPageReadTestClass · 0.95
mainMethod · 0.95

Calls 3

listToStringMethod · 0.95
getLenMethod · 0.80
closeMethod · 0.65

Tested by 3