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

Method getProjectionMap

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

Produce a map describing how this operator modifies its projection. @return ProjectionMap null indicates it does not know how the projection changes, for example a join of two inputs where one input does not have a schema.

()

Source from the content-addressed store, hash-verified

130 * a schema.
131 */
132 public ProjectionMap getProjectionMap() {
133 //TODO
134 //this method should be made abstract in the future
135 return null;
136 };
137
138 /**
139 * Unset the projection map as if it had not been calculated. This is used by

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected