selectedImplementation=new ScalarFunctionImplementation(implementation.isNullable(),implementation.getNullableArguments(),methodHandle.getMethodHandle(),methodHandle.getConstructor(),isDeterministic()); | selectedImplementation=new ScalarFunctionImplementation(implementation.isNullable(),implementation.getNullableArguments(),methodHandle.get().getMethodHandle(),methodHandle.get().getConstructor(),isDeterministic()); | methodHandle.getConstructor() | methodHandle.get().getMethodHandle() | presto | add53978effbcf15e412c71895f9bc21e2902913 | com.facebook.presto.operator.scalar.ParametricScalar | | _1 | methodHandle |
---|
_2 | methodHandle |
---|
| | | | Uses | True |
selectedImplementation=new ScalarFunctionImplementation(implementation.isNullable(),implementation.getNullableArguments(),methodHandle.getMethodHandle(),methodHandle.getConstructor(),isDeterministic()); | selectedImplementation=new ScalarFunctionImplementation(implementation.isNullable(),implementation.getNullableArguments(),methodHandle.get().getMethodHandle(),methodHandle.get().getConstructor(),isDeterministic()); | methodHandle.getConstructor() | methodHandle.get().getMethodHandle() | presto | add53978effbcf15e412c71895f9bc21e2902913 | com.facebook.presto.operator.scalar.ParametricScalar | | _1 | methodHandle |
---|
_2 | methodHandle |
---|
| | | | Uses | True |
return new ScalarFunctionImplementation(implementation.isNullable(),implementation.getNullableArguments(),methodHandleAndConstructor.getMethodHandle(),methodHandleAndConstructor.getConstructor(),isDeterministic()); | return new ScalarFunctionImplementation(implementation.isNullable(),implementation.getNullableArguments(),methodHandleAndConstructor.get().getMethodHandle(),methodHandleAndConstructor.get().getConstructor(),isDeterministic()); | methodHandleAndConstructor.getConstructor() | methodHandleAndConstructor.get().getMethodHandle() | presto | add53978effbcf15e412c71895f9bc21e2902913 | com.facebook.presto.operator.scalar.ParametricScalar | | _1 | methodHandleAndConstructor |
---|
_2 | methodHandleAndConstructor |
---|
| TCIVar | methodHandleAndConstructor |
---|
| | TCIVar | methodHandleAndConstructor |
---|
| Uses | True |