@Internal public class EqualityAndHashcodeProvider extends Object implements Closeable, Serializable
| Constructor and Description |
|---|
EqualityAndHashcodeProvider(org.apache.flink.table.functions.SpecializedFunction.SpecializedContext context,
org.apache.flink.table.types.DataType dataType) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
equals(Object o1,
Object o2) |
int |
hashCode(Object o) |
void |
open(org.apache.flink.table.functions.FunctionContext context) |
public EqualityAndHashcodeProvider(org.apache.flink.table.functions.SpecializedFunction.SpecializedContext context,
org.apache.flink.table.types.DataType dataType)
public void open(org.apache.flink.table.functions.FunctionContext context)
throws Exception
Exceptionpublic int hashCode(Object o)
public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionCopyright © 2014–2025 The Apache Software Foundation. All rights reserved.