Interface RelationalDataSource
- All Known Implementing Classes:
CassandraTpchDataSource,FileBasedRelationalDataSource,JdbcTpchDataSource
public interface RelationalDataSource
-
Method Summary
Modifier and TypeMethodDescriptionReturns iterator over rows to be inserted to table.
-
Method Details
-
getDataRows
Returns 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.- Returns:
- iterator over rows to be inserted to table
-