Package io.trino.spi.function
Class OperatorMethodHandle
- java.lang.Object
-
- io.trino.spi.function.OperatorMethodHandle
-
public class OperatorMethodHandle extends Object
-
-
Constructor Summary
Constructors Constructor Description OperatorMethodHandle(InvocationConvention callingConvention, MethodHandle methodHandle)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InvocationConvention
getCallingConvention()
MethodHandle
getMethodHandle()
-
-
-
Constructor Detail
-
OperatorMethodHandle
public OperatorMethodHandle(InvocationConvention callingConvention, MethodHandle methodHandle)
-
-
Method Detail
-
getCallingConvention
public InvocationConvention getCallingConvention()
-
getMethodHandle
public MethodHandle getMethodHandle()
-
-