Uses of Class
com.clickhouse.client.ClickHouseRequest.Mutation
Packages that use ClickHouseRequest.Mutation
Package
Description
Provides necessary classes to communicate with ClickHouse server.
-
Uses of ClickHouseRequest.Mutation in com.clickhouse.client
Methods in com.clickhouse.client that return ClickHouseRequest.MutationModifier and TypeMethodDescriptionClickHouseRequest.Mutation.data(ClickHouseDeferredValue<ClickHouseInputStream> input) Loads data from deferred input stream.ClickHouseRequest.Mutation.data(ClickHouseInputStream input) Loads data from input stream.ClickHouseRequest.Mutation.data(ClickHousePassThruStream stream) Loads data from the given pass-thru stream which may or may not be compressed.ClickHouseRequest.Mutation.data(ClickHouseWriter writer) Sets custom writer for writing uncompressed data, usedata(ClickHousePassThruStream)when the data is compressed.ClickHouseRequest.Mutation.data(InputStream input) Loads data from input stream.Loads data from the given file.ClickHouseRequest.Mutation.data(String file, ClickHouseCompression compression) Loads compressed data from the given file.ClickHouseRequest.Mutation.data(String file, ClickHouseCompression compression, int compressionLevel) Loads compressed data from the given file.ClickHouseRequest.Mutation.format(ClickHouseFormat format) ClickHouseRequest.Mutation.seal()default ClickHouseRequest.MutationClickHouseClient.write(ClickHouseNode node) Writes into a ClickHouse server.ClickHouseRequest.write()Creates a new request for mutation.