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

Method setName

src/org/apache/pig/Expression.java:244–246  ·  view source on GitHub ↗

@param name the name to set

(String name)

Source from the content-addressed store, hash-verified

242 * @param name the name to set
243 */
244 public void setName(String name) {
245 this.name = name;
246 }
247 }
248
249 public static class Const extends Expression {

Calls

no outgoing calls