Package io.trino.sql.gen
Class BindCodeGenerator
java.lang.Object
io.trino.sql.gen.BindCodeGenerator
- All Implemented Interfaces:
BytecodeGenerator
-
Constructor Summary
ConstructorsConstructorDescriptionBindCodeGenerator(SpecialForm specialForm, Map<LambdaDefinitionExpression, LambdaBytecodeGenerator.CompiledLambda> compiledLambdaMap, Class<?> lambdaInterface) -
Method Summary
Modifier and TypeMethodDescriptionio.airlift.bytecode.BytecodeNode
-
Constructor Details
-
BindCodeGenerator
public BindCodeGenerator(SpecialForm specialForm, Map<LambdaDefinitionExpression, LambdaBytecodeGenerator.CompiledLambda> compiledLambdaMap, Class<?> lambdaInterface)
-
-
Method Details
-
generateExpression
- Specified by:
generateExpressionin interfaceBytecodeGenerator
-