Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
BROADCAST_PARTITION_ID |
0 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
PRESTO_PAGES |
"application/X-presto-pages" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
AGGREGATION_OPERATOR_UNSPILL_MEMORY_LIMIT |
"aggregation_operator_unspill_memory_limit" |
public static final String |
COLOCATED_JOIN |
"colocated_join" |
public static final String |
DICTIONARY_AGGREGATION |
"dictionary_aggregation" |
public static final String |
DISTRIBUTED_INDEX_JOIN |
"distributed_index_join" |
public static final String |
DISTRIBUTED_JOIN |
"distributed_join" |
public static final String |
ENABLE_INTERMEDIATE_AGGREGATIONS |
"enable_intermediate_aggregations" |
public static final String |
EXCHANGE_COMPRESSION |
"exchange_compression" |
public static final String |
EXECUTION_POLICY |
"execution_policy" |
public static final String |
FAST_INEQUALITY_JOINS |
"fast_inequality_joins" |
public static final String |
FORCE_SINGLE_NODE_OUTPUT |
"force_single_node_output" |
public static final String |
HASH_PARTITION_COUNT |
"hash_partition_count" |
public static final String |
INITIAL_SPLITS_PER_NODE |
"initial_splits_per_node" |
public static final String |
ITERATIVE_OPTIMIZER |
"iterative_optimizer_enabled" |
public static final String |
ITERATIVE_OPTIMIZER_TIMEOUT |
"iterative_optimizer_timeout" |
public static final String |
LEGACY_ORDER_BY |
"legacy_order_by" |
public static final String |
OPTIMIZE_DISTINCT_AGGREGATIONS |
"optimize_mixed_distinct_aggregations" |
public static final String |
OPTIMIZE_HASH_GENERATION |
"optimize_hash_generation" |
public static final String |
OPTIMIZE_METADATA_QUERIES |
"optimize_metadata_queries" |
public static final String |
PLAN_WITH_TABLE_NODE_PARTITIONING |
"plan_with_table_node_partitioning" |
public static final String |
PREFER_STREAMING_OPERATORS |
"prefer_streaming_operators" |
public static final String |
PUSH_AGGREGATION_THROUGH_JOIN |
"push_aggregation_through_join" |
public static final String |
PUSH_PARTIAL_AGGREGATION_THROUGH_JOIN |
"push_partial_aggregation_through_join" |
public static final String |
PUSH_TABLE_WRITE_THROUGH_UNION |
"push_table_write_through_union" |
public static final String |
QUERY_MAX_CPU_TIME |
"query_max_cpu_time" |
public static final String |
QUERY_MAX_EXECUTION_TIME |
"query_max_execution_time" |
public static final String |
QUERY_MAX_MEMORY |
"query_max_memory" |
public static final String |
QUERY_MAX_RUN_TIME |
"query_max_run_time" |
public static final String |
QUERY_PRIORITY |
"query_priority" |
public static final String |
REDISTRIBUTE_WRITES |
"redistribute_writes" |
public static final String |
REORDER_JOINS |
"reorder_joins" |
public static final String |
RESOURCE_OVERCOMMIT |
"resource_overcommit" |
public static final String |
SPILL_ENABLED |
"spill_enabled" |
public static final String |
SPLIT_CONCURRENCY_ADJUSTMENT_INTERVAL |
"split_concurrency_adjustment_interval" |
public static final String |
TASK_CONCURRENCY |
"task_concurrency" |
public static final String |
TASK_SHARE_INDEX_LOADING |
"task_share_index_loading" |
public static final String |
TASK_WRITER_COUNT |
"task_writer_count" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
INFORMATION_SCHEMA |
"information_schema" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
NAME |
"system" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final long |
STARTING_VERSION |
1L |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
DEFAULT_WEIGHT |
1 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
LEGACY_RESOURCE_GROUP_MANAGER |
"legacy" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
BENCHMARK |
"benchmark" |
public static final String |
FLAT |
"flat" |
public static final String |
LEGACY |
"legacy" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
QUERY_MAX_MEMORY_PER_NODE_CONFIG |
"query.max-memory-per-node" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
WEIGHTED_EXPECTED_HASH_COLLISIONS |
"weightedExpectedHashCollisions" |
public static final String |
WEIGHTED_HASH_COLLISIONS_PROPERTY |
"weightedHashCollisions" |
public static final String |
WEIGHTED_SUM_SQUARED_HASH_COLLISIONS |
"weightedSumSquaredHashCollisions" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
HISTOGRAM_BUCKETS |
8 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final long |
PRIME64 |
-7046029288634856825L |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
ENTRY_BUFFER_SIZE |
100 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
EXPECTED_SIZE_FOR_HASHING |
10 |
public static final String |
NAME |
"histogram" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
NAME |
"map_agg" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
NAME |
"map_union" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
NAME |
"multimap_agg" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
NUMBER_OF_BUCKETS |
4096 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final byte |
FALSE_VALUE |
-1 |
public static final byte |
NULL_VALUE |
0 |
public static final byte |
TRUE_VALUE |
1 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final long |
NO_MORE_POSITIONS |
-1L |
public static final long |
UNLOADED_INDEX_KEY |
-2L |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
BIGINT_GROUPING |
"bigint_grouping" |
public static final String |
INTEGER_GROUPING |
"integer_grouping" |
public static final int |
MAX_NUMBER_GROUPING_ARGUMENTS_BIGINT |
63 |
public static final int |
MAX_NUMBER_GROUPING_ARGUMENTS_INTEGER |
31 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
JSON_STRING_TO_ARRAY_NAME |
"$internal$json_string_to_array_cast" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
JSON_STRING_TO_MAP_NAME |
"$internal$json_string_to_map_cast" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
JSON_STRING_TO_ROW_NAME |
"$internal$json_string_to_row_cast" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
MAX_ARITY |
4 |
public static final int |
MIN_ARITY |
2 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
NAME |
"allow-all" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
NAME |
"file" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
NAME |
"read-only" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
INITIAL_HASH_VALUE |
0 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
BIND |
"$INTERNAL$BIND" |
public static final String |
COALESCE |
"COALESCE" |
public static final String |
DEREFERENCE |
"DEREFERENCE" |
public static final String |
IF |
"IF" |
public static final String |
IN |
"IN" |
public static final String |
IS_NULL |
"IS_NULL" |
public static final String |
NULL_IF |
"NULL_IF" |
public static final String |
ROW_CONSTRUCTOR |
"ROW_CONSTRUCTOR" |
public static final String |
SWITCH |
"SWITCH" |
public static final String |
TRY |
"TRY" |
public static final String |
TRY_CAST |
"TRY_CAST" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
DEFAULT_PRECISION |
5 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
TESTING_CATALOG |
"testing_catalog" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final boolean |
DEFAULT_READ_ONLY |
false |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
NAME |
"CodePoints" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
NAME |
"color" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
NAME |
"function" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
NAME |
"JoniRegExp" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
NAME |
"JsonPath" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
NAME |
"LikePattern" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
NAME |
"ListLiteral" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
NAME |
"Re2JRegExp" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
NULL_HASH_CODE |
0 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
NAME |
"unknown" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
REMOTE_TASK_MISMATCH_ERROR |
"Could not communicate with the remote task. The node may have crashed or be under too much load. This is probably a transient issue, so please retry your query in a few minutes." |
public static final String |
WORKER_NODE_ERROR |
"Encountered too many errors talking to a worker node. The node may have crashed or be under too much load. This is probably a transient issue, so please retry your query in a few minutes." |
Copyright © 2012-2017. All Rights Reserved.