public enum ClickHouseQueryParam extends Enum<ClickHouseQueryParam> implements DriverPropertyCreator
| Enum Constant and Description |
|---|
COMPRESS |
DATABASE |
DECOMPRESS |
DISTRIBUTED_AGGREGATION_MEMORY_EFFICIENT |
EXTREMES
https://clickhouse.yandex/reference_en.html#Extreme values
|
HTTP_NATIVE_COMPRESSION_DISABLE_CHECKSUMMING_ON_DECOMPRESS |
MAX_BLOCK_SIZE
https://clickhouse.yandex/reference_en.html#max_block_size
|
MAX_BYTES_BEFORE_EXTERNAL_GROUP_BY |
MAX_BYTES_BEFORE_EXTERNAL_SORT |
MAX_EXECUTION_TIME
https://clickhouse.yandex/reference_en.html#max_execution_time
|
MAX_PARALLEL_REPLICAS |
MAX_RESULT_ROWS |
MAX_ROWS_TO_GROUP_BY
https://clickhouse.yandex/reference_en.html#max_rows_to_group_by
|
MAX_THREADS
https://clickhouse.yandex/reference_en.html#max_threads
|
PASSWORD |
PRIORITY |
PROFILE
https://clickhouse.yandex/reference_en.html#Settings profiles
|
QUOTA_KEY |
RESULT_OVERFLOW_MODE |
TOTALS_MODE
https://clickhouse.yandex/reference_en.html#WITH TOTALS modifier
|
USER |
| Modifier and Type | Method and Description |
|---|---|
DriverPropertyInfo |
createDriverPropertyInfo(Properties properties) |
Class |
getClazz() |
Object |
getDefaultValue() |
String |
getDescription() |
String |
getKey() |
String |
toString() |
static ClickHouseQueryParam |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClickHouseQueryParam[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ClickHouseQueryParam MAX_PARALLEL_REPLICAS
public static final ClickHouseQueryParam TOTALS_MODE
public static final ClickHouseQueryParam QUOTA_KEY
public static final ClickHouseQueryParam PRIORITY
public static final ClickHouseQueryParam DATABASE
public static final ClickHouseQueryParam COMPRESS
public static final ClickHouseQueryParam DECOMPRESS
public static final ClickHouseQueryParam EXTREMES
public static final ClickHouseQueryParam MAX_THREADS
public static final ClickHouseQueryParam MAX_EXECUTION_TIME
public static final ClickHouseQueryParam MAX_BLOCK_SIZE
public static final ClickHouseQueryParam MAX_ROWS_TO_GROUP_BY
public static final ClickHouseQueryParam PROFILE
public static final ClickHouseQueryParam USER
public static final ClickHouseQueryParam PASSWORD
public static final ClickHouseQueryParam MAX_RESULT_ROWS
public static final ClickHouseQueryParam RESULT_OVERFLOW_MODE
public static final ClickHouseQueryParam DISTRIBUTED_AGGREGATION_MEMORY_EFFICIENT
public static final ClickHouseQueryParam MAX_BYTES_BEFORE_EXTERNAL_GROUP_BY
public static final ClickHouseQueryParam MAX_BYTES_BEFORE_EXTERNAL_SORT
public static final ClickHouseQueryParam HTTP_NATIVE_COMPRESSION_DISABLE_CHECKSUMMING_ON_DECOMPRESS
public static ClickHouseQueryParam[] values()
for (ClickHouseQueryParam c : ClickHouseQueryParam.values()) System.out.println(c);
public static ClickHouseQueryParam valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getKey()
public Object getDefaultValue()
public Class getClazz()
public String getDescription()
public String toString()
toString in class Enum<ClickHouseQueryParam>public DriverPropertyInfo createDriverPropertyInfo(Properties properties)
createDriverPropertyInfo in interface DriverPropertyCreatorCopyright © 2017. All rights reserved.