Package io.trino.sql.gen
Interface BodyCompiler
-
- All Known Implementing Classes:
CursorProcessorCompiler
public interface BodyCompiler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidgenerateMethods(io.airlift.bytecode.ClassDefinition classDefinition, CallSiteBinder callSiteBinder, RowExpression filter, List<RowExpression> projections)
-
-
-
Method Detail
-
generateMethods
void generateMethods(io.airlift.bytecode.ClassDefinition classDefinition, CallSiteBinder callSiteBinder, RowExpression filter, List<RowExpression> projections)
-
-