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

Method getOperand

src/java/simpledb/execution/Predicate.java:93–97  ·  view source on GitHub ↗

@return the operand

()

Source from the content-addressed store, hash-verified

91 * @return the operand
92 */
93 public Field getOperand()
94 {
95 // some code goes here
96 return operand;
97 }
98
99 /**
100 * Compares the field number of t specified in the constructor to the

Callers 4

processExpressionMethod · 0.80
parseQueryLogicalPlanMethod · 0.80
buildTreeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected