Package io.trino.sql.gen
Class CachedInstanceBinder
java.lang.Object
io.trino.sql.gen.CachedInstanceBinder
-
Constructor Summary
ConstructorsConstructorDescriptionCachedInstanceBinder(io.airlift.bytecode.ClassDefinition classDefinition, CallSiteBinder callSiteBinder) -
Method Summary
Modifier and TypeMethodDescriptionvoidgenerateInitializations(io.airlift.bytecode.Variable thisVariable, io.airlift.bytecode.BytecodeBlock block) io.airlift.bytecode.FieldDefinitiongetCachedInstance(MethodHandle methodHandle)
-
Constructor Details
-
CachedInstanceBinder
public CachedInstanceBinder(io.airlift.bytecode.ClassDefinition classDefinition, CallSiteBinder callSiteBinder)
-
-
Method Details
-
getCallSiteBinder
-
getCachedInstance
-
generateInitializations
public void generateInitializations(io.airlift.bytecode.Variable thisVariable, io.airlift.bytecode.BytecodeBlock block)
-