io.airlift.bytecode.BytecodeNode |
NullIfCodeGenerator.generateExpression(Signature signature,
BytecodeGeneratorContext generatorContext,
Type returnType,
List<RowExpression> arguments) |
io.airlift.bytecode.BytecodeNode |
BindCodeGenerator.generateExpression(Signature signature,
BytecodeGeneratorContext context,
Type returnType,
List<RowExpression> arguments) |
io.airlift.bytecode.BytecodeNode |
BytecodeGenerator.generateExpression(Signature signature,
BytecodeGeneratorContext context,
Type returnType,
List<RowExpression> arguments) |
io.airlift.bytecode.BytecodeNode |
CastCodeGenerator.generateExpression(Signature signature,
BytecodeGeneratorContext generatorContext,
Type returnType,
List<RowExpression> arguments) |
io.airlift.bytecode.BytecodeNode |
IsNullCodeGenerator.generateExpression(Signature signature,
BytecodeGeneratorContext generatorContext,
Type returnType,
List<RowExpression> arguments) |
io.airlift.bytecode.BytecodeNode |
OrCodeGenerator.generateExpression(Signature signature,
BytecodeGeneratorContext generator,
Type returnType,
List<RowExpression> arguments) |
io.airlift.bytecode.BytecodeNode |
InCodeGenerator.generateExpression(Signature signature,
BytecodeGeneratorContext generatorContext,
Type returnType,
List<RowExpression> arguments) |
io.airlift.bytecode.BytecodeNode |
RowConstructorCodeGenerator.generateExpression(Signature signature,
BytecodeGeneratorContext context,
Type rowType,
List<RowExpression> arguments) |
io.airlift.bytecode.BytecodeNode |
AndCodeGenerator.generateExpression(Signature signature,
BytecodeGeneratorContext generator,
Type returnType,
List<RowExpression> arguments) |
io.airlift.bytecode.BytecodeNode |
CoalesceCodeGenerator.generateExpression(Signature signature,
BytecodeGeneratorContext generatorContext,
Type returnType,
List<RowExpression> arguments) |
io.airlift.bytecode.BytecodeNode |
IfCodeGenerator.generateExpression(Signature signature,
BytecodeGeneratorContext context,
Type returnType,
List<RowExpression> arguments) |
io.airlift.bytecode.BytecodeNode |
SwitchCodeGenerator.generateExpression(Signature signature,
BytecodeGeneratorContext generatorContext,
Type returnType,
List<RowExpression> arguments) |
io.airlift.bytecode.BytecodeNode |
FunctionCallCodeGenerator.generateExpression(Signature signature,
BytecodeGeneratorContext context,
Type returnType,
List<RowExpression> arguments) |
io.airlift.bytecode.BytecodeNode |
DereferenceCodeGenerator.generateExpression(Signature signature,
BytecodeGeneratorContext generator,
Type returnType,
List<RowExpression> arguments) |
static io.airlift.bytecode.BytecodeNode |
LambdaBytecodeGenerator.generateLambda(BytecodeGeneratorContext context,
List<RowExpression> captureExpressions,
io.prestosql.sql.gen.LambdaBytecodeGenerator.CompiledLambda compiledLambda,
Class lambdaInterface) |