| Package | Description |
|---|---|
| ru.yandex.clickhouse.response | |
| ru.yandex.clickhouse.response.parser | |
| ru.yandex.clickhouse.util |
| Modifier and Type | Class and Description |
|---|---|
class |
ArrayByteFragment |
| Modifier and Type | Field and Description |
|---|---|
protected ByteFragment |
ClickHouseResultSet.nextLine |
protected ByteFragment[] |
ClickHouseResultSet.values |
| Modifier and Type | Method and Description |
|---|---|
static ByteFragment |
ByteFragment.fromString(String str) |
ByteFragment[] |
ClickHouseResultSet.getValues()
Deprecated.
prefer to use regular JDBC API to retrieve the results
|
ByteFragment |
StreamSplitter.next() |
ByteFragment[] |
ByteFragment.split(byte sep) |
ByteFragment |
ByteFragment.subseq(int start,
int len) |
| Modifier and Type | Method and Description |
|---|---|
static ArrayByteFragment |
ArrayByteFragment.wrap(ByteFragment fragment) |
| Constructor and Description |
|---|
StreamSplitter(ByteFragment bf,
byte sep) |
| Modifier and Type | Method and Description |
|---|---|
abstract T |
ClickHouseValueParser.parse(ByteFragment value,
ClickHouseColumnInfo columnInfo,
TimeZone timeZone)
Parses the supplied byte fragment
value using meta data contained
in columnInfo. |
static boolean |
ClickHouseValueParser.parseBoolean(ByteFragment value,
ClickHouseColumnInfo columnInfo) |
static double |
ClickHouseValueParser.parseDouble(ByteFragment value,
ClickHouseColumnInfo columnInfo) |
static float |
ClickHouseValueParser.parseFloat(ByteFragment value,
ClickHouseColumnInfo columnInfo) |
static int |
ClickHouseValueParser.parseInt(ByteFragment value,
ClickHouseColumnInfo columnInfo) |
static long |
ClickHouseValueParser.parseLong(ByteFragment value,
ClickHouseColumnInfo columnInfo) |
static short |
ClickHouseValueParser.parseShort(ByteFragment value,
ClickHouseColumnInfo columnInfo) |
T |
ClickHouseValueParser.parseWithDefault(ByteFragment value,
ClickHouseColumnInfo columnInfo,
TimeZone resultTimeZone)
Parses the supplied byte fragment
value using meta data contained
in columnInfo. |
| Modifier and Type | Method and Description |
|---|---|
static int |
ClickHouseArrayUtil.getArrayLength(ByteFragment value) |
static Object |
ClickHouseArrayUtil.parseArray(ByteFragment value,
boolean useObjects,
TimeZone timeZone,
ClickHouseColumnInfo columnInfo) |
static Object |
ClickHouseArrayUtil.parseArray(ByteFragment value,
boolean useObjects,
TimeZone timeZone,
int arrayLevel,
Class<?> elementClass,
ClickHouseColumnInfo columnInfo) |
Copyright © 2015–2021 ClickHouse. All rights reserved.