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