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

Method put

src/org/apache/pig/parser/LogicalPlanBuilder.java:115–119  ·  view source on GitHub ↗
(String k, Operator v)

Source from the content-addressed store, hash-verified

113
114 private Map<String, Operator> operators = new HashMap<String, Operator>() {
115 @Override
116 public Operator put(String k, Operator v) {
117 lastRel = k;
118 return super.put(k, v);
119 }
120 };
121
122 Map<String, String> fileNameMap;

Callers 15

getMacroFileMethod · 0.45
makeMacroDefMethod · 0.45
macroImportMethod · 0.45
performDeletionMethod · 0.45
mergeAndMarkForDeleteMethod · 0.45
buildLoadOpMethod · 0.45
checkDuplicateAliasesMethod · 0.45
buildOpMethod · 0.45
buildStoreOpMethod · 0.45
putOperatorMethod · 0.45
initMethod · 0.45
visitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected