public class FunctionCallCodeGenerator extends Object
Constructor and Description |
---|
FunctionCallCodeGenerator() |
Modifier and Type | Method and Description |
---|---|
BytecodeNode |
generateCall(FunctionHandle functionHandle,
BytecodeGeneratorContext context,
Type returnType,
List<RowExpression> arguments,
Optional<Variable> outputBlockVariable) |
public BytecodeNode generateCall(FunctionHandle functionHandle, BytecodeGeneratorContext context, Type returnType, List<RowExpression> arguments, Optional<Variable> outputBlockVariable)
Copyright © 2012–2022. All rights reserved.