Class ObjectContainer
- java.lang.Object
-
- org.apache.flink.table.runtime.util.ObjectContainer
-
@Internal public class ObjectContainer extends Object
This class is used for scalar function, in that it is used for comparing Objects using code generated hashCode and equals instead of using the Object#equals/Object#hashcode versions.
-
-
Constructor Summary
Constructors Constructor Description ObjectContainer(Object object, BiFunction<Object,Object,Boolean> equalsMethod, Function<Object,Integer> hashCodeMethod)
-