Package com.clickhouse.data
package com.clickhouse.data
-
ClassDescriptionThis interface represents a generic array value.This class represents a slice of a byte array.ClickHouseCache<K,
V> Wrapper interface depicts essential methods required by a client-side cache.Utility class for validation.NOTE: The code is modified to be compatible with CityHash128 used in ClickHouseThis class represents a column defined in database.Supported compression algoritms.This defines a data processor for dealing with serialization and deserialization of one or multipleClickHouseFormat.Factory class for creating objects to handle data stream.Basic ClickHouse data types.This class defines custom reading/writing logic, which can be used inClickHouseInputStream.readCustom(ClickHouseDataUpdater)andClickHouseOutputStream.writeCustom(ClickHouseDataUpdater).This class represents a deferred value.Functional interface for deserialization."Attached" temporary table.Wrapper ofFilewith additional information like compression and format.All formats supported by ClickHouse.Freezable map.Extended input stream for read optimization.Extended output stream for write optimization.This class encapsulates custom input and output stream to ensure no compression/decompression will be applied during execution.SPSC(Single-producer single-consumer) channel for streaming.This defines a record returned from ClickHouse server.Functional interface for serializtion.Wrapper of a value returned from ClickHouse.Help class for dealing with values.Immutable ClickHouse version, which takes the formYear(Major).Feature(Minor).Maintenance(Patch).Build.