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

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

package ru.yandex.clickhouse.util;

/**
 * @author Dmitry Andreev 
 */
public enum ClickHouseFormat {
    TabSeparated,
    TabSeparatedWithNamesAndTypes,
    JSONCompact,
    RowBinary,
    Native,
    CSV
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy