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

Method setChildren

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

Set the children(child) of this operator. If the operator has only one child, children[0] should be used. If the operator is a join, children[0] and children[1] should be used. @param children the DbIterators which are to be set as the children(child) of this operator

(OpIterator[] children)

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