Package io.trino.sql.gen
Class InCodeGenerator
- java.lang.Object
-
- io.trino.sql.gen.InCodeGenerator
-
- All Implemented Interfaces:
BytecodeGenerator
public class InCodeGenerator extends Object implements BytecodeGenerator
-
-
Constructor Summary
Constructors Constructor Description InCodeGenerator(SpecialForm specialForm)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description io.airlift.bytecode.BytecodeNodegenerateExpression(BytecodeGeneratorContext generatorContext)static booleanisInteger(long value)
-
-
-
Constructor Detail
-
InCodeGenerator
public InCodeGenerator(SpecialForm specialForm)
-
-
Method Detail
-
generateExpression
public io.airlift.bytecode.BytecodeNode generateExpression(BytecodeGeneratorContext generatorContext)
- Specified by:
generateExpressionin interfaceBytecodeGenerator
-
isInteger
public static boolean isInteger(long value)
-
-