Class JdbcTpchDataSource
java.lang.Object
io.trino.tempto.fulfillment.table.jdbc.tpch.JdbcTpchDataSource
- All Implemented Interfaces:
RelationalDataSource
-
Constructor Summary
ConstructorsConstructorDescriptionJdbcTpchDataSource(TpchTable table, List<JDBCType> columns, double scaleFactor) -
Method Summary
Modifier and TypeMethodDescriptionReturns iterator over rows to be inserted to table.
-
Constructor Details
-
JdbcTpchDataSource
-
-
Method Details
-
getDataRows
Description copied from interface:RelationalDataSourceReturns iterator over rows to be inserted to table. Object types must match column types in table. Object will be inserted usingPreparedStatement.setObject(int, Object)method.- Specified by:
getDataRowsin interfaceRelationalDataSource- Returns:
- iterator over rows to be inserted to table
-