CaseClassComparator
org.apache.flinkx.api.typeinfo.CaseClassComparator
@Internal
class CaseClassComparator[T <: Product](keys: Array[Int], scalaComparators: Array[TypeComparator[_]], scalaSerializers: Array[TypeSerializer[_]]) extends TupleComparatorBase[T]
Comparator for Case Classes. Access is different from our Java Tuples so we have to treat them differently.
Attributes
- Graph
-
- Supertypes
-
class TupleComparatorBase[T]class CompositeTypeComparator[T]class TypeComparator[T]trait Serializableclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Inherited methods
Attributes
- Inherited from:
- TypeComparator
Attributes
- Inherited from:
- TupleComparatorBase
Attributes
- Inherited from:
- TupleComparatorBase
Attributes
- Inherited from:
- TupleComparatorBase
Attributes
- Inherited from:
- CompositeTypeComparator
Attributes
- Inherited from:
- TupleComparatorBase
Attributes
- Inherited from:
- TupleComparatorBase
Attributes
- Inherited from:
- TupleComparatorBase
Attributes
- Inherited from:
- TupleComparatorBase
Attributes
- Inherited from:
- TypeComparator
Attributes
- Inherited from:
- TupleComparatorBase
Attributes
- Inherited from:
- TupleComparatorBase
Attributes
- Inherited from:
- TupleComparatorBase
Concrete fields
In this article