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

Method serialize

src/java/simpledb/Field.java:15–15  ·  view source on GitHub ↗

Write the bytes representing this field to the specified DataOutputStream. @see DataOutputStream @param dos The DataOutputStream to write to.

(DataOutputStream dos)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 5

getPageDataMethod · 0.95
getPageDataMethod · 0.95
getPageDataMethod · 0.65
convertToLeafPageMethod · 0.65
convertToInternalPageMethod · 0.65

Implementers 2

StringFieldsrc/java/simpledb/StringField.java
IntFieldsrc/java/simpledb/IntField.java

Calls

no outgoing calls

Tested by

no test coverage detected