ClickHouseRequest.Mutation |
ClickHouseRequest.Mutation.data(InputStream input) |
Loads data from input stream.
|
ClickHouseRequest.Mutation |
ClickHouseRequest.Mutation.data(String file) |
Loads data from given file which may or may not be compressed.
|
ClickHouseRequest.Mutation |
ClickHouseRequest.Mutation.data(String file,
ClickHouseCompression compression) |
Loads compressed data from given file.
|
ClickHouseRequest.Mutation |
ClickHouseRequest.Mutation.format(ClickHouseFormat format) |
|
ClickHouseRequest.Mutation |
ClickHouseRequest.Mutation.seal() |
|
ClickHouseRequest.Mutation |
ClickHouseRequest.Mutation.table(String table,
String queryId) |
|
ClickHouseRequest.Mutation |
ClickHouseRequest.write() |
Creates a new request for mutation.
|