MCPcopy Create free account
hub / github.com/apache/pig / getOperatorKey

Method getOperatorKey

src/org/apache/pig/impl/plan/OperatorPlan.java:132–134  ·  view source on GitHub ↗

Given an operator, find its OperatorKey. @param op Logical operator. @return associated OperatorKey

(E op)

Source from the content-addressed store, hash-verified

130 * @return associated OperatorKey
131 */
132 public OperatorKey getOperatorKey(E op) {
133 return mOps.get(op);
134 }
135
136 /**
137 * Given an OperatorKey, find the associated operator.

Callers 2

addMethod · 0.45
removeMethod · 0.45

Calls 1

getMethod · 0.65

Tested by

no test coverage detected