io.airlift.bytecode.BytecodeNode |
AndCodeGenerator.generateExpression(BytecodeGeneratorContext generator) |
|
io.airlift.bytecode.BytecodeNode |
BetweenCodeGenerator.generateExpression(BytecodeGeneratorContext context) |
|
io.airlift.bytecode.BytecodeNode |
BindCodeGenerator.generateExpression(BytecodeGeneratorContext context) |
|
io.airlift.bytecode.BytecodeNode |
BytecodeGenerator.generateExpression(BytecodeGeneratorContext context) |
|
io.airlift.bytecode.BytecodeNode |
CoalesceCodeGenerator.generateExpression(BytecodeGeneratorContext generatorContext) |
|
io.airlift.bytecode.BytecodeNode |
DereferenceCodeGenerator.generateExpression(BytecodeGeneratorContext generator) |
|
io.airlift.bytecode.BytecodeNode |
IfCodeGenerator.generateExpression(BytecodeGeneratorContext context) |
|
io.airlift.bytecode.BytecodeNode |
InCodeGenerator.generateExpression(BytecodeGeneratorContext generatorContext) |
|
io.airlift.bytecode.BytecodeNode |
IsNullCodeGenerator.generateExpression(BytecodeGeneratorContext generatorContext) |
|
io.airlift.bytecode.BytecodeNode |
NullIfCodeGenerator.generateExpression(BytecodeGeneratorContext generatorContext) |
|
io.airlift.bytecode.BytecodeNode |
OrCodeGenerator.generateExpression(BytecodeGeneratorContext generator) |
|
io.airlift.bytecode.BytecodeNode |
RowConstructorCodeGenerator.generateExpression(BytecodeGeneratorContext context) |
|
io.airlift.bytecode.BytecodeNode |
SwitchCodeGenerator.generateExpression(BytecodeGeneratorContext generatorContext) |
|
static io.airlift.bytecode.BytecodeNode |
LambdaBytecodeGenerator.generateLambda(BytecodeGeneratorContext context,
List<RowExpression> captureExpressions,
io.trino.sql.gen.LambdaBytecodeGenerator.CompiledLambda compiledLambda,
Class<?> lambdaInterface) |
|