public class MultipleFieldEqualitor extends Object implements StreamEqualitor
| Constructor and Description |
|---|
MultipleFieldEqualitor(StreamEqualitor... eqs) |
| Modifier and Type | Method and Description |
|---|---|
StreamEqualitor[] |
getEqs() |
boolean |
isDerivedFrom(StreamComparator base) |
boolean |
isDerivedFrom(StreamEqualitor base) |
boolean |
test(Tuple t1,
Tuple t2) |
Explanation |
toExplanation(StreamFactory factory)
Returns an explanation about the stream object
|
StreamExpressionParameter |
toExpression(StreamFactory factory) |
public MultipleFieldEqualitor(StreamEqualitor... eqs)
public StreamEqualitor[] getEqs()
public StreamExpressionParameter toExpression(StreamFactory factory) throws IOException
toExpression in interface ExpressibleIOExceptionpublic Explanation toExplanation(StreamFactory factory) throws IOException
ExpressibletoExplanation in interface Expressiblefactory - Stream factory for this, contains information about the function nameIOException - throw on any errorpublic boolean isDerivedFrom(StreamEqualitor base)
isDerivedFrom in interface StreamEqualitorpublic boolean isDerivedFrom(StreamComparator base)
isDerivedFrom in interface StreamEqualitorCopyright © 2000-2019 Apache Software Foundation. All Rights Reserved.