Class LambdaMetafactoryGenerator

java.lang.Object
io.trino.sql.gen.LambdaMetafactoryGenerator

public final class LambdaMetafactoryGenerator extends Object
  • Method Details

    • generateMetafactory

      public static <T> io.airlift.bytecode.expression.BytecodeExpression generateMetafactory(Class<T> interfaceType, io.airlift.bytecode.MethodDefinition targetMethod, List<io.airlift.bytecode.expression.BytecodeExpression> additionalArguments)