@Experimental(value=SOURCE_SINK) public class ClickHouseWriter extends java.lang.Object
ClickHouseRowBinaryStream
.Constructor and Description |
---|
ClickHouseWriter() |
Modifier and Type | Method and Description |
---|---|
static void |
writeNullableValue(ru.yandex.clickhouse.util.ClickHouseRowBinaryStream stream,
TableSchema.ColumnType columnType,
java.lang.Object value) |
static void |
writeRow(ru.yandex.clickhouse.util.ClickHouseRowBinaryStream stream,
TableSchema schema,
Row row) |
static void |
writeValue(ru.yandex.clickhouse.util.ClickHouseRowBinaryStream stream,
TableSchema.ColumnType columnType,
java.lang.Object value) |
public static void writeNullableValue(ru.yandex.clickhouse.util.ClickHouseRowBinaryStream stream, TableSchema.ColumnType columnType, java.lang.Object value) throws java.io.IOException
java.io.IOException
public static void writeValue(ru.yandex.clickhouse.util.ClickHouseRowBinaryStream stream, TableSchema.ColumnType columnType, java.lang.Object value) throws java.io.IOException
java.io.IOException
public static void writeRow(ru.yandex.clickhouse.util.ClickHouseRowBinaryStream stream, TableSchema schema, Row row) throws java.io.IOException
java.io.IOException