Package io.trino.sql.gen
Class LambdaCapture
java.lang.Object
io.trino.sql.gen.LambdaCapture
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic CallSitelambdaCapture(MethodHandles.Lookup callerLookup, String name, MethodType type, MethodType samMethodType, MethodHandle implMethod, MethodType instantiatedMethodType)
-
Field Details
-
LAMBDA_CAPTURE_METHOD
-
-
Method Details
-
lambdaCapture
public static CallSite lambdaCapture(MethodHandles.Lookup callerLookup, String name, MethodType type, MethodType samMethodType, MethodHandle implMethod, MethodType instantiatedMethodType)
-