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

Class HeapFileEncoder

src/java/simpledb/HeapFileEncoder.java:14–226  ·  view source on GitHub ↗

HeapFileEncoder reads a comma delimited text file or accepts an array of tuples and converts it to pages of binary data in the appropriate format for simpledb heap pages Pages are padded out to a specified length, and written consecutive in a data file.

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected