public class FieldEqualitor extends Object implements StreamEqualitor
| 构造器和说明 |
|---|
FieldEqualitor(String fieldName) |
FieldEqualitor(String leftFieldName,
String rightFieldName) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getLeftFieldName() |
String |
getRightFieldName() |
boolean |
isDerivedFrom(StreamComparator base) |
boolean |
isDerivedFrom(StreamEqualitor base) |
boolean |
test(Tuple leftTuple,
Tuple rightTuple) |
Explanation |
toExplanation(StreamFactory factory)
Returns an explanation about the stream object
|
StreamExpressionParameter |
toExpression(StreamFactory factory) |
public FieldEqualitor(String fieldName)
public StreamExpressionParameter toExpression(StreamFactory factory)
toExpression 在接口中 Expressiblepublic Explanation toExplanation(StreamFactory factory) throws IOException
ExpressibletoExplanation 在接口中 Expressiblefactory - Stream factory for this, contains information about the function nameIOException - throw on any errorpublic String getLeftFieldName()
public String getRightFieldName()
public boolean isDerivedFrom(StreamEqualitor base)
isDerivedFrom 在接口中 StreamEqualitorpublic boolean isDerivedFrom(StreamComparator base)
isDerivedFrom 在接口中 StreamEqualitorCopyright © 2006–2022 The Apache Software Foundation. All rights reserved.