Uses of Class
io.trino.sql.gen.CachedInstanceBinder
Packages that use CachedInstanceBinder
-
Uses of CachedInstanceBinder in io.trino.sql.gen
Methods in io.trino.sql.gen that return CachedInstanceBinderMethods in io.trino.sql.gen with parameters of type CachedInstanceBinderModifier and TypeMethodDescriptionLambdaBytecodeGenerator.generateMethodsForLambda(io.airlift.bytecode.ClassDefinition containerClassDefinition, CallSiteBinder callSiteBinder, CachedInstanceBinder cachedInstanceBinder, RowExpression expression, FunctionManager functionManager) LambdaBytecodeGenerator.preGenerateLambdaExpression(LambdaDefinitionExpression lambdaExpression, String methodName, io.airlift.bytecode.ClassDefinition classDefinition, Map<LambdaDefinitionExpression, LambdaBytecodeGenerator.CompiledLambda> compiledLambdaMap, CallSiteBinder callSiteBinder, CachedInstanceBinder cachedInstanceBinder, FunctionManager functionManager) Constructors in io.trino.sql.gen with parameters of type CachedInstanceBinderModifierConstructorDescriptionBytecodeGeneratorContext(RowExpressionCompiler rowExpressionCompiler, io.airlift.bytecode.Scope scope, CallSiteBinder callSiteBinder, CachedInstanceBinder cachedInstanceBinder, FunctionManager functionManager, io.airlift.bytecode.ClassDefinition classDefinition, List<io.airlift.bytecode.Parameter> contextArguments) RowExpressionCompiler(io.airlift.bytecode.ClassDefinition classDefinition, CallSiteBinder callSiteBinder, CachedInstanceBinder cachedInstanceBinder, RowExpressionVisitor<io.airlift.bytecode.BytecodeNode, io.airlift.bytecode.Scope> fieldReferenceCompiler, FunctionManager functionManager, Map<LambdaDefinitionExpression, LambdaBytecodeGenerator.CompiledLambda> compiledLambdaMap, List<io.airlift.bytecode.Parameter> contextArguments)