| Package | Description |
|---|---|
| ru.yandex.clickhouse | |
| ru.yandex.clickhouse.domain |
| Modifier and Type | Method and Description |
|---|---|
Writer |
Writer.data(File input,
ClickHouseFormat format) |
Writer |
Writer.data(InputStream stream,
ClickHouseFormat format) |
Writer |
Writer.format(ClickHouseFormat format)
Specifies format for further insert of data via send()
|
void |
Writer.send(String sql,
ClickHouseStreamCallback callback,
ClickHouseFormat format)
Sends the data in RowBinary or in Native formats
|
void |
Writer.send(String sql,
InputStream data,
ClickHouseFormat format)
Allows to send stream of data to ClickHouse
|
void |
Writer.sendToTable(String table,
InputStream data,
ClickHouseFormat format)
Convenient method for importing the data into table
|
| Modifier and Type | Method and Description |
|---|---|
static ClickHouseFormat |
ClickHouseFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClickHouseFormat[] |
ClickHouseFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2020. All rights reserved.