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

Class Operator

src/java/simpledb/Operator.java:10–107  ·  view source on GitHub ↗

Abstract class for implementing operators. It handles close , next and hasNext . Subclasses only need to implement open and readNext .

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