| Modifier and Type | Method and Description |
|---|---|
Block |
NativeClient.receiveSampleBlock(Duration soTimeout,
NativeContext.ServerContext info) |
| Modifier and Type | Method and Description |
|---|---|
void |
NativeClient.sendData(Block data) |
| Modifier and Type | Method and Description |
|---|---|
static Block |
Block.readFrom(BinaryDeserializer deserializer,
NativeContext.ServerContext serverContext) |
| Modifier and Type | Method and Description |
|---|---|
Block |
ClickHouseConnection.getSampleBlock(String insertQuery) |
| Modifier and Type | Method and Description |
|---|---|
int |
ClickHouseConnection.sendInsertRequest(Block block) |
| Constructor and Description |
|---|
ClickHouseResultSet(ClickHouseStatement statement,
ClickHouseConfig cfg,
String db,
String table,
Block header,
CheckedIterator<DataResponse,SQLException> dataResponses) |
ClickHouseResultSetMetaData(Block header,
String db,
String table) |
| Modifier and Type | Field and Description |
|---|---|
protected Block |
ClickHouseStatement.block |
| Modifier and Type | Method and Description |
|---|---|
protected Block |
ClickHouseStatement.getSampleBlock(String insertQuery) |
| Modifier and Type | Method and Description |
|---|---|
Block |
ExtremesResponse.block() |
Block |
TotalsResponse.block() |
Block |
DataResponse.block() |
| Constructor and Description |
|---|
DataRequest(String name,
Block block) |
DataResponse(String name,
Block block) |
ExtremesResponse(String name,
Block block) |
| Modifier and Type | Method and Description |
|---|---|
Block |
ClickHouseQueryResult.header() |
Block |
QueryResult.header() |
| Modifier and Type | Method and Description |
|---|---|
void |
ValuesWithParametersNativeInputFormat.fill(Block block) |
void |
NativeInputFormat.fill(Block block) |
void |
ValuesNativeInputFormat.fill(Block block) |
Copyright © 2021. All rights reserved.