Package com.clickhouse.data
Interface ClickHouseRecordTransformer
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptionvoidupdate(int rowIndex, ClickHouseRecord r) Updates values in the given record.
-
Method Details
-
update
Updates values in the given record.- Parameters:
rowIndex- zero-based index of rowr- record to update
-