MCPcopy Create free account
hub / github.com/1345414527/MIT6.830 / getOp

Method getOp

src/java/simpledb/execution/Predicate.java:84–88  ·  view source on GitHub ↗

@return the operator

()

Source from the content-addressed store, hash-verified

82 * @return the operator
83 */
84 public Op getOp()
85 {
86 // some code goes here
87 return op;
88 }
89
90 /**
91 * @return the operand

Callers 4

openMethod · 0.45
readNextMethod · 0.45
buildTreeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected