org.apache.pig
Class Expression
java.lang.Object
org.apache.pig.Expression
- Direct Known Subclasses:
- Expression.BinaryExpression, Expression.Column, Expression.Const
@InterfaceAudience.Public
@InterfaceStability.Evolving
public abstract class Expression
- extends Object
A class to communicate Filter expressions to LoadFuncs.
- Since:
- Pig 0.7
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
opType
protected Expression.OpType opType
Expression
public Expression()
getOpType
public Expression.OpType getOpType()
- Returns:
- the opType
Copyright © 2012 The Apache Software Foundation