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

Method serialize

src/java/simpledb/PageId.java:12–12  ·  view source on GitHub ↗

Return a representation of this page id object as a collection of integers (used for logging) This class MUST have a constructor that accepts n integer parameters, where n is the number of integers returned in the array from serialize.

()

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

writePageDataMethod · 0.95

Implementers 2

HeapPageIdsrc/java/simpledb/HeapPageId.java
BTreePageIdsrc/java/simpledb/BTreePageId.java

Calls

no outgoing calls

Tested by

no test coverage detected