|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Expression.OpType | |
---|---|
org.apache.pig | Public interfaces and classes for Pig. |
Uses of Expression.OpType in org.apache.pig |
---|
Fields in org.apache.pig declared as Expression.OpType | |
---|---|
protected Expression.OpType |
Expression.opType
|
Methods in org.apache.pig that return Expression.OpType | |
---|---|
Expression.OpType |
Expression.getOpType()
|
static Expression.OpType |
Expression.OpType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Expression.OpType[] |
Expression.OpType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in org.apache.pig with parameters of type Expression.OpType | |
---|---|
Expression.BinaryExpression(Expression lhs,
Expression rhs,
Expression.OpType opType)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |