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 Detail

      • update

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