Package io.trino.sql.gen
Class LambdaCapture
- java.lang.Object
-
- io.trino.sql.gen.LambdaCapture
-
public final class LambdaCapture extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static MethodLAMBDA_CAPTURE_METHOD
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CallSitelambdaCapture(MethodHandles.Lookup callerLookup, String name, MethodType type, MethodType samMethodType, MethodHandle implMethod, MethodType instantiatedMethodType)
-
-
-
Field Detail
-
LAMBDA_CAPTURE_METHOD
public static final Method LAMBDA_CAPTURE_METHOD
-
-
Method Detail
-
lambdaCapture
public static CallSite lambdaCapture(MethodHandles.Lookup callerLookup, String name, MethodType type, MethodType samMethodType, MethodHandle implMethod, MethodType instantiatedMethodType)
-
-