Package io.trino.sql.gen
Class RowConstructorCodeGenerator
java.lang.Object
io.trino.sql.gen.RowConstructorCodeGenerator
- All Implemented Interfaces:
BytecodeGenerator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic BlockBuilder[]createFieldBlockBuildersForSingleRow(Type rowType) static SqlRowcreateSqlRowFromFieldBuildersForSingleRow(BlockBuilder[] fieldBuilders) io.airlift.bytecode.BytecodeNode
-
Constructor Details
-
RowConstructorCodeGenerator
-
-
Method Details
-
generateExpression
- Specified by:
generateExpressionin interfaceBytecodeGenerator
-
createFieldBlockBuildersForSingleRow
-
createSqlRowFromFieldBuildersForSingleRow
-