Constructors in org.apache.pig.impl.logicalLayer with parameters of type ExpressionOperator |
BinaryExpressionOperator(LogicalPlan plan,
OperatorKey k,
ExpressionOperator lhsOperand,
ExpressionOperator rhsOperand)
|
BinaryExpressionOperator(LogicalPlan plan,
OperatorKey k,
int rp,
ExpressionOperator lhsOperand,
ExpressionOperator rhsOperand)
|
LOAdd(LogicalPlan plan,
OperatorKey k,
ExpressionOperator lhsOperand,
ExpressionOperator rhsOperand)
|
LOAnd(LogicalPlan plan,
OperatorKey k,
ExpressionOperator lhsOperand,
ExpressionOperator rhsOperand)
|
LOBinCond(LogicalPlan plan,
OperatorKey k,
ExpressionOperator cond,
ExpressionOperator lhsOp,
ExpressionOperator rhsOp)
|
LOCast(LogicalPlan plan,
OperatorKey k,
ExpressionOperator expr,
byte type)
|
LODivide(LogicalPlan plan,
OperatorKey k,
ExpressionOperator lhsOperand,
ExpressionOperator rhsOperand)
|
LOEqual(LogicalPlan plan,
OperatorKey k,
ExpressionOperator lhsOperand,
ExpressionOperator rhsOperand)
|
LOGreaterThan(LogicalPlan plan,
OperatorKey k,
ExpressionOperator lhsOperand,
ExpressionOperator rhsOperand)
|
LOGreaterThanEqual(LogicalPlan plan,
OperatorKey k,
ExpressionOperator lhsOperand,
ExpressionOperator rhsOperand)
|
LOIsNull(LogicalPlan plan,
OperatorKey k,
ExpressionOperator operand)
|
LOLesserThan(LogicalPlan plan,
OperatorKey k,
ExpressionOperator lhsOperand,
ExpressionOperator rhsOperand)
|
LOLesserThanEqual(LogicalPlan plan,
OperatorKey k,
ExpressionOperator lhsOperand,
ExpressionOperator rhsOperand)
|
LOMapLookup(LogicalPlan plan,
OperatorKey key,
ExpressionOperator map,
Object mapKey,
byte valueType,
Schema valueSchema)
|
LOMod(LogicalPlan plan,
OperatorKey k,
ExpressionOperator lhsOperand,
ExpressionOperator rhsOperand)
|
LOMultiply(LogicalPlan plan,
OperatorKey k,
ExpressionOperator lhsOperand,
ExpressionOperator rhsOperand)
|
LONegative(LogicalPlan plan,
OperatorKey k,
ExpressionOperator operand)
|
LONot(LogicalPlan plan,
OperatorKey k,
ExpressionOperator operand)
|
LONotEqual(LogicalPlan plan,
OperatorKey k,
ExpressionOperator lhsOperand,
ExpressionOperator rhsOperand)
|
LOOr(LogicalPlan plan,
OperatorKey k,
ExpressionOperator lhsOperand,
ExpressionOperator rhsOperand)
|
LORegexp(LogicalPlan plan,
OperatorKey key,
ExpressionOperator operand,
ExpressionOperator regexp)
|
LOSubtract(LogicalPlan plan,
OperatorKey k,
ExpressionOperator lhsOperand,
ExpressionOperator rhsOperand)
|
UnaryExpressionOperator(LogicalPlan plan,
OperatorKey k,
ExpressionOperator operand)
|
UnaryExpressionOperator(LogicalPlan plan,
OperatorKey k,
int rp,
ExpressionOperator operand)
|