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

ru.yandex.clickhouse.util.ClickHouseStreamCallback Maven / Gradle / Ivy

package ru.yandex.clickhouse.util;

import java.io.IOException;

/**
 * @author Dmitry Andreev 
 */
public interface ClickHouseStreamCallback {
    void writeTo(ClickHouseRowBinaryStream stream) throws IOException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy