cascading.operation.expression
Class ExpressionOperation
java.lang.Object
cascading.operation.BaseOperation
cascading.operation.expression.ExpressionOperation
- All Implemented Interfaces:
- Operation, Serializable
- Direct Known Subclasses:
- AssertExpression, ExpressionFilter, ExpressionFunction
public class ExpressionOperation
- extends BaseOperation
Class ExpressionOperation is the base class for ExpressionFunction and ExpressionFilter.
- See Also:
- Serialized Form
| Fields inherited from interface cascading.operation.Operation |
ANY |
expression
protected String expression
- Field expression
parameterTypes
protected Class[] parameterTypes
- Field parameterTypes
ExpressionOperation
protected ExpressionOperation(Fields fieldDeclaration,
String expression,
Class... parameterTypes)
ExpressionOperation
protected ExpressionOperation(String expression,
Class... parameterTypes)
evaluate
protected Comparable evaluate(TupleEntry input)
- Performs the actual expression evaluation.
- Parameters:
input - of type TupleEntry
- Returns:
- Comparable
Copyright © 2007-2008 Concurrent, Inc. All Rights Reserved.