|
||||||||||
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.Const
public static class Expression.Const
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.Const(Object value)
|
Method Summary | |
---|---|
Object |
getValue()
|
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.Const(Object value)
value
- Method Detail |
---|
public Object getValue()
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |