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

ru.yandex.clickhouse.domain.ClickHouseCompression Maven / Gradle / Ivy

package ru.yandex.clickhouse.domain;

public enum ClickHouseCompression {
    none,
    gzip,
    brotli,
    deflate,
    zstd;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy