|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.pig.Expression
org.apache.pig.Expression.Column
public static class Expression.Column
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.apache.pig.Expression |
|---|
Expression.BinaryExpression, Expression.Column, Expression.Const, Expression.OpType |
| Field Summary |
|---|
| Fields inherited from class org.apache.pig.Expression |
|---|
opType |
| Constructor Summary | |
|---|---|
Expression.Column(String name)
|
|
| Method Summary | |
|---|---|
String |
getName()
|
void |
setName(String name)
|
String |
toString()
|
| Methods inherited from class org.apache.pig.Expression |
|---|
getOpType |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Expression.Column(String name)
name - | Method Detail |
|---|
public String toString()
toString in class Objectpublic String getName()
public void setName(String name)
name - the name to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||