Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
updateFilterCardinality
Method · 0.95
open
Method · 0.45
readNext
Method · 0.45
buildTree
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected