| Package | Description |
|---|---|
| org.apache.pig |
Public interfaces and classes for Pig.
|
| Modifier and Type | Field and Description |
|---|---|
protected Expression.OpType |
Expression.opType |
| Modifier and Type | Method and Description |
|---|---|
Expression.OpType |
Expression.getOpType() |
static Expression.OpType |
Expression.OpType.valueOf(java.lang.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.
|
| Constructor and Description |
|---|
BinaryExpression(Expression lhs,
Expression rhs,
Expression.OpType opType) |
Copyright © 2007-2012 The Apache Software Foundation