Package io.trino.sql.gen
Class CursorProcessorCompiler
- java.lang.Object
-
- io.trino.sql.gen.CursorProcessorCompiler
-
- All Implemented Interfaces:
BodyCompiler
public class CursorProcessorCompiler extends Object implements BodyCompiler
-
-
Constructor Summary
Constructors Constructor Description CursorProcessorCompiler(Metadata metadata)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidgenerateMethods(io.airlift.bytecode.ClassDefinition classDefinition, CallSiteBinder callSiteBinder, RowExpression filter, List<RowExpression> projections)
-
-
-
Constructor Detail
-
CursorProcessorCompiler
public CursorProcessorCompiler(Metadata metadata)
-
-
Method Detail
-
generateMethods
public void generateMethods(io.airlift.bytecode.ClassDefinition classDefinition, CallSiteBinder callSiteBinder, RowExpression filter, List<RowExpression> projections)- Specified by:
generateMethodsin interfaceBodyCompiler
-
-