public class MapHashCodeOperator extends SqlOperator
| Modifier and Type | Field and Description |
|---|---|
static MapHashCodeOperator |
MAP_HASH_CODE |
| Modifier and Type | Method and Description |
|---|---|
static long |
hash(MethodHandle keyHashCodeFunction,
MethodHandle valueHashCodeFunction,
Type keyType,
Type valueType,
Block block) |
ScalarFunctionImplementation |
specialize(BoundVariables boundVariables,
int arity,
TypeManager typeManager,
FunctionRegistry functionRegistry) |
getDescription, isDeterministic, isHiddenbuilder, getSignaturepublic static final MapHashCodeOperator MAP_HASH_CODE
public ScalarFunctionImplementation specialize(BoundVariables boundVariables, int arity, TypeManager typeManager, FunctionRegistry functionRegistry)
specialize in class SqlScalarFunctionpublic static long hash(MethodHandle keyHashCodeFunction, MethodHandle valueHashCodeFunction, Type keyType, Type valueType, Block block)
Copyright © 2012–2019. All rights reserved.