Package io.trino.sql.gen
Class LambdaBytecodeGenerator.CompiledLambda
java.lang.Object
io.trino.sql.gen.LambdaBytecodeGenerator.CompiledLambda
- Enclosing class:
LambdaBytecodeGenerator
-
Constructor Summary
ConstructorsConstructorDescriptionCompiledLambda(org.objectweb.asm.Handle lambdaAsmHandle, io.airlift.bytecode.ParameterizedType returnType, List<io.airlift.bytecode.ParameterizedType> parameterTypes) -
Method Summary
Modifier and TypeMethodDescriptionorg.objectweb.asm.HandleList<io.airlift.bytecode.ParameterizedType> io.airlift.bytecode.ParameterizedType
-
Constructor Details
-
CompiledLambda
public CompiledLambda(org.objectweb.asm.Handle lambdaAsmHandle, io.airlift.bytecode.ParameterizedType returnType, List<io.airlift.bytecode.ParameterizedType> parameterTypes)
-
-
Method Details
-
getLambdaAsmHandle
public org.objectweb.asm.Handle getLambdaAsmHandle() -
getReturnType
public io.airlift.bytecode.ParameterizedType getReturnType() -
getParameterTypes
-