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

Method regenerateProjectionMap

src/org/apache/pig/impl/plan/Operator.java:150–153  ·  view source on GitHub ↗

Regenerate the projection map by unsetting and getting the projection map

()

Source from the content-addressed store, hash-verified

148 * Regenerate the projection map by unsetting and getting the projection map
149 */
150 public ProjectionMap regenerateProjectionMap() {
151 unsetProjectionMap();
152 return getProjectionMap();
153 }
154
155
156 /**

Callers 4

doInsertBetweenMethod · 0.80
swapMethod · 0.80
pushBeforeMethod · 0.80
pushAfterMethod · 0.80

Calls 2

unsetProjectionMapMethod · 0.95
getProjectionMapMethod · 0.95

Tested by

no test coverage detected