Class LambdaBytecodeGenerator.CompiledLambda

java.lang.Object
io.trino.sql.gen.LambdaBytecodeGenerator.CompiledLambda
Enclosing class:
LambdaBytecodeGenerator

public static class LambdaBytecodeGenerator.CompiledLambda extends Object
  • 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

      public List<io.airlift.bytecode.ParameterizedType> getParameterTypes()