Package io.trino.sql.gen
Class InCodeGenerator
java.lang.Object
io.trino.sql.gen.InCodeGenerator
- All Implemented Interfaces:
BytecodeGenerator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.airlift.bytecode.BytecodeNodegenerateExpression(BytecodeGeneratorContext generatorContext) static booleanisInteger(long value)
-
Constructor Details
-
InCodeGenerator
-
-
Method Details
-
generateExpression
public io.airlift.bytecode.BytecodeNode generateExpression(BytecodeGeneratorContext generatorContext) - Specified by:
generateExpressionin interfaceBytecodeGenerator
-
isInteger
public static boolean isInteger(long value)
-