Request.ProtoType| Modifier and Type | Field and Description |
|---|---|
static int |
STAGE_COMPLETE |
static int |
STAGE_FETCH_COLUMNS |
static int |
STAGE_WITH_MERGEABLE_STATE |
static int |
STAGE_WITH_MERGEABLE_STATE_AFTER_AGGREGATION |
| Constructor and Description |
|---|
QueryRequest(String queryId,
NativeContext.ClientContext clientContext,
int stage,
boolean compression,
String queryString) |
QueryRequest(String queryId,
NativeContext.ClientContext clientContext,
int stage,
boolean compression,
String queryString,
Map<SettingKey,Serializable> settings) |
| Modifier and Type | Method and Description |
|---|---|
Request.ProtoType |
type() |
void |
writeImpl(BinarySerializer serializer) |
public static final int STAGE_FETCH_COLUMNS
public static final int STAGE_WITH_MERGEABLE_STATE
public static final int STAGE_COMPLETE
public static final int STAGE_WITH_MERGEABLE_STATE_AFTER_AGGREGATION
public QueryRequest(String queryId, NativeContext.ClientContext clientContext, int stage, boolean compression, String queryString)
public QueryRequest(String queryId, NativeContext.ClientContext clientContext, int stage, boolean compression, String queryString, Map<SettingKey,Serializable> settings)
public Request.ProtoType type()
public void writeImpl(BinarySerializer serializer) throws IOException, SQLException
writeImpl in interface RequestIOExceptionSQLExceptionCopyright © 2021. All rights reserved.