Package io.trino.sql.gen
Interface BytecodeGenerator
-
- All Known Implementing Classes:
AndCodeGenerator,BetweenCodeGenerator,BindCodeGenerator,CoalesceCodeGenerator,DereferenceCodeGenerator,IfCodeGenerator,InCodeGenerator,IsNullCodeGenerator,NullIfCodeGenerator,OrCodeGenerator,RowConstructorCodeGenerator,SwitchCodeGenerator
public interface BytecodeGenerator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description io.airlift.bytecode.BytecodeNodegenerateExpression(BytecodeGeneratorContext context)
-
-
-
Method Detail
-
generateExpression
io.airlift.bytecode.BytecodeNode generateExpression(BytecodeGeneratorContext context)
-
-