public class CastCodeGenerator extends Object implements BytecodeGenerator
Constructor and Description |
---|
CastCodeGenerator() |
Modifier and Type | Method and Description |
---|---|
io.airlift.bytecode.BytecodeNode |
generateExpression(Signature signature,
BytecodeGeneratorContext generatorContext,
Type returnType,
List<RowExpression> arguments) |
public io.airlift.bytecode.BytecodeNode generateExpression(Signature signature, BytecodeGeneratorContext generatorContext, Type returnType, List<RowExpression> arguments)
generateExpression
in interface BytecodeGenerator
Copyright © 2012–2019. All rights reserved.