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

Method getField

src/java/simpledb/execution/Predicate.java:75–79  ·  view source on GitHub ↗

@return the field number

()

Source from the content-addressed store, hash-verified

73 * @return the field number
74 */
75 public int getField()
76 {
77 // some code goes here
78 return field;
79 }
80
81 /**
82 * @return the operator

Callers 9

mergeTupleIntoGroupMethod · 0.45
mergeTupleIntoGroupMethod · 0.45
compareMethod · 0.45
filterMethod · 0.45
loadMapMethod · 0.45
processListMethod · 0.45
fetchNextMethod · 0.45
filterMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected