All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.clickhouse.data.ClickHouseRecordTransformer Maven / Gradle / Ivy

There is a newer version: 0.7.1-patch1
Show newest version
package com.clickhouse.data;

@FunctionalInterface
public interface ClickHouseRecordTransformer {
    /**
     * Updates values in the given record.
     *
     * @param rowIndex zero-based index of row
     * @param r        record to update
     */
    void update(int rowIndex, ClickHouseRecord r);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy