Class ObjectContainer
java.lang.Object
org.apache.flink.table.runtime.util.ObjectContainer
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
ConstructorsConstructorDescriptionObjectContainer(Object object, BiFunction<Object, Object, Boolean> equalsMethod, Function<Object, Integer> hashCodeMethod) -
Method Summary