| Package | Description |
|---|---|
| ru.yandex.clickhouse | |
| ru.yandex.clickhouse.domain | |
| ru.yandex.clickhouse.response | |
| ru.yandex.clickhouse.util |
| Constructor and Description |
|---|
ClickHouseArray(ClickHouseDataType elementType,
Object array) |
| Modifier and Type | Method and Description |
|---|---|
static ClickHouseDataType |
ClickHouseDataType.fromTypeString(String typeString) |
static ClickHouseDataType |
ClickHouseDataType.resolveDefaultArrayDataType(String typeName) |
static ClickHouseDataType |
ClickHouseDataType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClickHouseDataType[] |
ClickHouseDataType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ClickHouseDataType |
ClickHouseColumnInfo.getArrayBaseType() |
ClickHouseDataType |
ClickHouseColumnInfo.getClickHouseDataType() |
ClickHouseDataType |
ClickHouseColumnInfo.getEffectiveClickHouseDataType() |
| Modifier and Type | Field and Description |
|---|---|
protected ClickHouseDataType |
ClickHouseBitmap.innerType |
| Modifier and Type | Method and Description |
|---|---|
static ClickHouseBitmap |
ClickHouseBitmap.deserialize(byte[] bytes,
ClickHouseDataType innerType) |
static ClickHouseBitmap |
ClickHouseBitmap.deserialize(DataInputStream in,
ClickHouseDataType innerType) |
ClickHouseBitmap |
ClickHouseRowBinaryInputStream.readBitmap(ClickHouseDataType innerType) |
static ClickHouseBitmap |
ClickHouseBitmap.wrap(Object bitmap,
ClickHouseDataType innerType) |
| Constructor and Description |
|---|
ClickHouseBitmap(Object bitmap,
ClickHouseDataType innerType) |
Copyright © 2015–2021 ClickHouse. All rights reserved.