public class BaseRowEventComparator extends Object implements org.apache.flink.cep.EventComparator<BaseRow>
EventComparator based on a generated RecordComparator.| Constructor and Description |
|---|
BaseRowEventComparator(GeneratedRecordComparator generatedComparator) |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(BaseRow row1,
BaseRow row2) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcomparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongpublic BaseRowEventComparator(GeneratedRecordComparator generatedComparator)
public int compare(BaseRow row1, BaseRow row2)
compare in interface Comparator<BaseRow>Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.