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.

@FunctionalInterface public interface ClickHouseRecordTransformer
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    update(int rowIndex, ClickHouseRecord r)
    Updates values in the given record.
  • Method Details

    • update

      void update(int rowIndex, ClickHouseRecord r)
      Updates values in the given record.
      Parameters:
      rowIndex - zero-based index of row
      r - record to update