Uses of Package
com.clickhouse.data
Packages that use com.clickhouse.data
Package
Description
Provides necessary classes to handle different format or type of data.
-
Classes in com.clickhouse.data used by com.clickhouse.dataClassDescriptionThis interface represents a generic array value.This class represents a slice of a byte array.Wrapper interface depicts essential methods required by a client-side cache.This class represents a column defined in database.Supported compression algoritms.This defines a data processor for dealing with serialization and deserialization of one or multiple
ClickHouseFormat.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.Immutable ClickHouse version, which takes the formYear(Major).Feature(Minor).Maintenance(Patch).Build. -
Classes in com.clickhouse.data used by com.clickhouse.data.valueClassDescriptionThis interface represents a generic array value.This class represents a column defined in database.Basic ClickHouse data types.Wrapper of a value returned from ClickHouse.