@hypequery/clickhouse 1.6.2 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README-CLI.md +43 -88
- package/README.md +84 -253
- package/dist/cli/bin.js +16 -8
- package/dist/core/adapters/clickhouse-adapter.d.ts.map +1 -1
- package/dist/core/adapters/clickhouse-adapter.js +3 -2
- package/dist/core/cache/cache-manager.d.ts.map +1 -1
- package/dist/core/cache/cache-manager.js +5 -3
- package/dist/core/connection.d.ts +6 -6
- package/dist/core/connection.js +9 -9
- package/dist/core/cross-filter.js +1 -1
- package/dist/core/dialects/clickhouse-dialect.d.ts +2 -2
- package/dist/core/dialects/clickhouse-dialect.d.ts.map +1 -1
- package/dist/core/dialects/clickhouse-dialect.js +39 -22
- package/dist/core/dialects/sql-dialect.d.ts +2 -2
- package/dist/core/dialects/sql-dialect.d.ts.map +1 -1
- package/dist/core/env/auto-client.d.ts.map +1 -1
- package/dist/core/env/auto-client.js +1 -1
- package/dist/core/features/aggregations.d.ts +7 -90
- package/dist/core/features/aggregations.d.ts.map +1 -1
- package/dist/core/features/aggregations.js +19 -7
- package/dist/core/features/analytics.d.ts +5 -870
- package/dist/core/features/analytics.d.ts.map +1 -1
- package/dist/core/features/analytics.js +15 -13
- package/dist/core/features/cross-filtering.d.ts +1 -1
- package/dist/core/features/cross-filtering.d.ts.map +1 -1
- package/dist/core/features/cross-filtering.js +28 -73
- package/dist/core/features/executor.d.ts +1 -1
- package/dist/core/features/executor.d.ts.map +1 -1
- package/dist/core/features/executor.js +9 -11
- package/dist/core/features/filtering.d.ts +5 -91
- package/dist/core/features/filtering.d.ts.map +1 -1
- package/dist/core/features/filtering.js +63 -77
- package/dist/core/features/joins.d.ts +2 -19
- package/dist/core/features/joins.d.ts.map +1 -1
- package/dist/core/features/joins.js +16 -5
- package/dist/core/features/query-modifiers.d.ts +10 -109
- package/dist/core/features/query-modifiers.d.ts.map +1 -1
- package/dist/core/features/query-modifiers.js +64 -18
- package/dist/core/formatters/sql-formatter.d.ts +16 -5
- package/dist/core/formatters/sql-formatter.d.ts.map +1 -1
- package/dist/core/formatters/sql-formatter.js +197 -93
- package/dist/core/join-relationships.d.ts +22 -5
- package/dist/core/join-relationships.d.ts.map +1 -1
- package/dist/core/join-relationships.js +1 -1
- package/dist/core/query-builder.d.ts +63 -12
- package/dist/core/query-builder.d.ts.map +1 -1
- package/dist/core/query-builder.js +210 -153
- package/dist/core/query-node.d.ts +7 -0
- package/dist/core/query-node.d.ts.map +1 -0
- package/dist/core/query-node.js +80 -0
- package/dist/core/tests/integration/setup.d.ts +1 -0
- package/dist/core/tests/integration/setup.d.ts.map +1 -1
- package/dist/core/tests/integration/setup.js +4 -2
- package/dist/core/types/select-types.d.ts +3 -0
- package/dist/core/types/select-types.d.ts.map +1 -1
- package/dist/core/utils/connection-endpoint.d.ts +3 -0
- package/dist/core/utils/connection-endpoint.d.ts.map +1 -0
- package/dist/core/utils/connection-endpoint.js +9 -0
- package/dist/core/utils/filter-application.d.ts +15 -0
- package/dist/core/utils/filter-application.d.ts.map +1 -0
- package/dist/core/utils/filter-application.js +32 -0
- package/dist/core/utils/query-config-compat.d.ts +48 -0
- package/dist/core/utils/query-config-compat.d.ts.map +1 -0
- package/dist/core/utils/query-config-compat.js +137 -0
- package/dist/core/utils/relation-application.d.ts +9 -0
- package/dist/core/utils/relation-application.d.ts.map +1 -0
- package/dist/core/utils/relation-application.js +19 -0
- package/dist/core/utils/relation-validation.d.ts +6 -0
- package/dist/core/utils/relation-validation.d.ts.map +1 -0
- package/dist/core/utils/relation-validation.js +29 -0
- package/dist/core/utils/sql-expressions.d.ts +14 -0
- package/dist/core/utils/sql-expressions.d.ts.map +1 -1
- package/dist/core/utils/sql-expressions.js +40 -0
- package/dist/core/utils/tuple-filter-validation.d.ts +3 -0
- package/dist/core/utils/tuple-filter-validation.d.ts.map +1 -0
- package/dist/core/utils/tuple-filter-validation.js +16 -0
- package/dist/index.d.ts +2 -13
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +3 -8
- package/dist/types/base.d.ts +88 -22
- package/dist/types/base.d.ts.map +1 -1
- package/dist/types/filters.d.ts +9 -5
- package/dist/types/filters.d.ts.map +1 -1
- package/package.json +5 -5
- package/dist/migrations/config/index.d.ts +0 -3
- package/dist/migrations/config/index.d.ts.map +0 -1
- package/dist/migrations/config/index.js +0 -1
- package/dist/migrations/config/types.d.ts +0 -45
- package/dist/migrations/config/types.d.ts.map +0 -1
- package/dist/migrations/config/types.js +0 -28
- package/dist/migrations/diff/diff.d.ts +0 -11
- package/dist/migrations/diff/diff.d.ts.map +0 -1
- package/dist/migrations/diff/diff.js +0 -240
- package/dist/migrations/diff/index.d.ts +0 -3
- package/dist/migrations/diff/index.d.ts.map +0 -1
- package/dist/migrations/diff/index.js +0 -1
- package/dist/migrations/diff/types.d.ts +0 -74
- package/dist/migrations/diff/types.d.ts.map +0 -1
- package/dist/migrations/diff/types.js +0 -1
- package/dist/migrations/plan/index.d.ts +0 -3
- package/dist/migrations/plan/index.d.ts.map +0 -1
- package/dist/migrations/plan/index.js +0 -1
- package/dist/migrations/plan/plan.d.ts +0 -12
- package/dist/migrations/plan/plan.d.ts.map +0 -1
- package/dist/migrations/plan/plan.js +0 -416
- package/dist/migrations/plan/types.d.ts +0 -93
- package/dist/migrations/plan/types.d.ts.map +0 -1
- package/dist/migrations/plan/types.js +0 -1
- package/dist/migrations/schema/column.d.ts +0 -71
- package/dist/migrations/schema/column.d.ts.map +0 -1
- package/dist/migrations/schema/column.js +0 -123
- package/dist/migrations/schema/define.d.ts +0 -24
- package/dist/migrations/schema/define.d.ts.map +0 -1
- package/dist/migrations/schema/define.js +0 -47
- package/dist/migrations/schema/index.d.ts +0 -4
- package/dist/migrations/schema/index.d.ts.map +0 -1
- package/dist/migrations/schema/index.js +0 -2
- package/dist/migrations/schema/types.d.ts +0 -74
- package/dist/migrations/schema/types.d.ts.map +0 -1
- package/dist/migrations/schema/types.js +0 -1
- package/dist/migrations/snapshot/index.d.ts +0 -3
- package/dist/migrations/snapshot/index.d.ts.map +0 -1
- package/dist/migrations/snapshot/index.js +0 -1
- package/dist/migrations/snapshot/serialize.d.ts +0 -21
- package/dist/migrations/snapshot/serialize.d.ts.map +0 -1
- package/dist/migrations/snapshot/serialize.js +0 -127
- package/dist/migrations/snapshot/types.d.ts +0 -47
- package/dist/migrations/snapshot/types.d.ts.map +0 -1
- package/dist/migrations/snapshot/types.js +0 -1
- package/dist/migrations/sql/index.d.ts +0 -4
- package/dist/migrations/sql/index.d.ts.map +0 -1
- package/dist/migrations/sql/index.js +0 -2
- package/dist/migrations/sql/render.d.ts +0 -10
- package/dist/migrations/sql/render.d.ts.map +0 -1
- package/dist/migrations/sql/render.js +0 -347
- package/dist/migrations/sql/types.d.ts +0 -53
- package/dist/migrations/sql/types.d.ts.map +0 -1
- package/dist/migrations/sql/types.js +0 -1
- package/dist/migrations/sql/write.d.ts +0 -10
- package/dist/migrations/sql/write.d.ts.map +0 -1
- package/dist/migrations/sql/write.js +0 -35
|
@@ -3,878 +3,13 @@ import type { AnyBuilderState, BuilderState, SchemaDefinition } from '../types/b
|
|
|
3
3
|
import { QueryBuilder } from '../query-builder.js';
|
|
4
4
|
import type { SqlDialect } from '../dialects/sql-dialect.js';
|
|
5
5
|
import type { PredicateExpression } from '../utils/predicate-builder.js';
|
|
6
|
+
import type { SelectQueryNode } from '../../types/index.js';
|
|
6
7
|
export declare class AnalyticsFeature<Schema extends SchemaDefinition<Schema>, State extends BuilderState<Schema, string, any, keyof Schema, Partial<Record<string, keyof Schema>>>> {
|
|
7
8
|
private builder;
|
|
8
9
|
constructor(builder: QueryBuilder<Schema, State>);
|
|
9
|
-
addCTE(alias: string, subquery: QueryBuilder<any, AnyBuilderState> | string):
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
groupBy?: string[];
|
|
14
|
-
having?: string[];
|
|
15
|
-
limit?: number;
|
|
16
|
-
offset?: number;
|
|
17
|
-
distinct?: boolean;
|
|
18
|
-
orderBy?: {
|
|
19
|
-
column: keyof State["output"] | import("../../index.js").TableColumn<Schema>;
|
|
20
|
-
direction: import("../../index.js").OrderDirection;
|
|
21
|
-
}[] | undefined;
|
|
22
|
-
joins?: import("../../types/base.js").JoinClause[];
|
|
23
|
-
parameters?: any[];
|
|
24
|
-
unionQueries?: string[];
|
|
25
|
-
settings?: ClickHouseSettings;
|
|
26
|
-
};
|
|
27
|
-
addScalar(alias: string, expression: PredicateExpression): {
|
|
28
|
-
ctes: string[];
|
|
29
|
-
select?: (string | keyof State["output"])[] | undefined;
|
|
30
|
-
where?: import("../../types/base.js").WhereCondition[];
|
|
31
|
-
groupBy?: string[];
|
|
32
|
-
having?: string[];
|
|
33
|
-
limit?: number;
|
|
34
|
-
offset?: number;
|
|
35
|
-
distinct?: boolean;
|
|
36
|
-
orderBy?: {
|
|
37
|
-
column: keyof State["output"] | import("../../index.js").TableColumn<Schema>;
|
|
38
|
-
direction: import("../../index.js").OrderDirection;
|
|
39
|
-
}[] | undefined;
|
|
40
|
-
joins?: import("../../types/base.js").JoinClause[];
|
|
41
|
-
parameters?: any[];
|
|
42
|
-
unionQueries?: string[];
|
|
43
|
-
settings?: ClickHouseSettings;
|
|
44
|
-
};
|
|
45
|
-
addTimeInterval(column: string, interval: string, method: 'toStartOfInterval' | 'toStartOfMinute' | 'toStartOfHour' | 'toStartOfDay' | 'toStartOfWeek' | 'toStartOfMonth' | 'toStartOfQuarter' | 'toStartOfYear', dialect: SqlDialect): {
|
|
46
|
-
groupBy: string[];
|
|
47
|
-
select?: (string | keyof State["output"])[] | undefined;
|
|
48
|
-
where?: import("../../types/base.js").WhereCondition[];
|
|
49
|
-
having?: string[];
|
|
50
|
-
limit?: number;
|
|
51
|
-
offset?: number;
|
|
52
|
-
distinct?: boolean;
|
|
53
|
-
orderBy?: {
|
|
54
|
-
column: keyof State["output"] | import("../../index.js").TableColumn<Schema>;
|
|
55
|
-
direction: import("../../index.js").OrderDirection;
|
|
56
|
-
}[] | undefined;
|
|
57
|
-
joins?: import("../../types/base.js").JoinClause[];
|
|
58
|
-
parameters?: any[];
|
|
59
|
-
ctes?: string[];
|
|
60
|
-
unionQueries?: string[];
|
|
61
|
-
settings?: ClickHouseSettings;
|
|
62
|
-
};
|
|
63
|
-
addSettings(opts: ClickHouseSettings): {
|
|
64
|
-
settings: {
|
|
65
|
-
[x: string]: string | number | boolean | import("@clickhouse/client-common").SettingsMap | undefined;
|
|
66
|
-
add_http_cors_header?: 0 | 1;
|
|
67
|
-
additional_result_filter?: string;
|
|
68
|
-
additional_table_filters?: import("@clickhouse/client-common").SettingsMap;
|
|
69
|
-
aggregate_functions_null_for_empty?: 0 | 1;
|
|
70
|
-
aggregation_in_order_max_block_bytes?: string;
|
|
71
|
-
aggregation_memory_efficient_merge_threads?: string;
|
|
72
|
-
allow_aggregate_partitions_independently?: 0 | 1;
|
|
73
|
-
allow_asynchronous_read_from_io_pool_for_merge_tree?: 0 | 1;
|
|
74
|
-
allow_changing_replica_until_first_data_packet?: 0 | 1;
|
|
75
|
-
allow_create_index_without_type?: 0 | 1;
|
|
76
|
-
allow_custom_error_code_in_throwif?: 0 | 1;
|
|
77
|
-
allow_ddl?: 0 | 1;
|
|
78
|
-
allow_deprecated_database_ordinary?: 0 | 1;
|
|
79
|
-
allow_deprecated_syntax_for_merge_tree?: 0 | 1;
|
|
80
|
-
allow_distributed_ddl?: 0 | 1;
|
|
81
|
-
allow_drop_detached?: 0 | 1;
|
|
82
|
-
allow_execute_multiif_columnar?: 0 | 1;
|
|
83
|
-
allow_experimental_alter_materialized_view_structure?: 0 | 1;
|
|
84
|
-
allow_experimental_analyzer?: 0 | 1;
|
|
85
|
-
allow_experimental_annoy_index?: 0 | 1;
|
|
86
|
-
allow_experimental_codecs?: 0 | 1;
|
|
87
|
-
allow_experimental_database_materialized_mysql?: 0 | 1;
|
|
88
|
-
allow_experimental_database_materialized_postgresql?: 0 | 1;
|
|
89
|
-
allow_experimental_database_replicated?: 0 | 1;
|
|
90
|
-
allow_experimental_funnel_functions?: 0 | 1;
|
|
91
|
-
allow_experimental_hash_functions?: 0 | 1;
|
|
92
|
-
allow_experimental_inverted_index?: 0 | 1;
|
|
93
|
-
allow_experimental_live_view?: 0 | 1;
|
|
94
|
-
allow_experimental_nlp_functions?: 0 | 1;
|
|
95
|
-
allow_experimental_object_type?: 0 | 1;
|
|
96
|
-
allow_experimental_parallel_reading_from_replicas?: string;
|
|
97
|
-
allow_experimental_query_deduplication?: 0 | 1;
|
|
98
|
-
allow_experimental_undrop_table_query?: 0 | 1;
|
|
99
|
-
allow_experimental_window_view?: 0 | 1;
|
|
100
|
-
allow_experimental_join_condition?: 0 | 1;
|
|
101
|
-
allow_experimental_variant_type?: 0 | 1;
|
|
102
|
-
allow_experimental_dynamic_type?: 0 | 1;
|
|
103
|
-
allow_experimental_json_type?: 0 | 1;
|
|
104
|
-
enable_json_type?: 0 | 1;
|
|
105
|
-
enable_time_time64_type?: 0 | 1;
|
|
106
|
-
allow_hyperscan?: 0 | 1;
|
|
107
|
-
allow_introspection_functions?: 0 | 1;
|
|
108
|
-
allow_non_metadata_alters?: 0 | 1;
|
|
109
|
-
allow_nonconst_timezone_arguments?: 0 | 1;
|
|
110
|
-
allow_nondeterministic_mutations?: 0 | 1;
|
|
111
|
-
allow_nondeterministic_optimize_skip_unused_shards?: 0 | 1;
|
|
112
|
-
allow_prefetched_read_pool_for_local_filesystem?: 0 | 1;
|
|
113
|
-
allow_prefetched_read_pool_for_remote_filesystem?: 0 | 1;
|
|
114
|
-
allow_push_predicate_when_subquery_contains_with?: 0 | 1;
|
|
115
|
-
allow_settings_after_format_in_insert?: 0 | 1;
|
|
116
|
-
allow_simdjson?: 0 | 1;
|
|
117
|
-
allow_suspicious_codecs?: 0 | 1;
|
|
118
|
-
allow_suspicious_fixed_string_types?: 0 | 1;
|
|
119
|
-
allow_suspicious_indices?: 0 | 1;
|
|
120
|
-
allow_suspicious_low_cardinality_types?: 0 | 1;
|
|
121
|
-
allow_unrestricted_reads_from_keeper?: 0 | 1;
|
|
122
|
-
alter_partition_verbose_result?: 0 | 1;
|
|
123
|
-
alter_sync?: string;
|
|
124
|
-
annoy_index_search_k_nodes?: string;
|
|
125
|
-
any_join_distinct_right_table_keys?: 0 | 1;
|
|
126
|
-
asterisk_include_alias_columns?: 0 | 1;
|
|
127
|
-
asterisk_include_materialized_columns?: 0 | 1;
|
|
128
|
-
async_insert?: 0 | 1;
|
|
129
|
-
async_insert_busy_timeout_ms?: number;
|
|
130
|
-
async_insert_deduplicate?: 0 | 1;
|
|
131
|
-
async_insert_max_data_size?: string;
|
|
132
|
-
async_insert_max_query_number?: string;
|
|
133
|
-
async_query_sending_for_remote?: 0 | 1;
|
|
134
|
-
async_socket_for_remote?: 0 | 1;
|
|
135
|
-
azure_create_new_file_on_insert?: 0 | 1;
|
|
136
|
-
azure_list_object_keys_size?: string;
|
|
137
|
-
azure_max_single_part_upload_size?: string;
|
|
138
|
-
azure_max_single_read_retries?: string;
|
|
139
|
-
azure_truncate_on_insert?: 0 | 1;
|
|
140
|
-
backup_restore_batch_size_for_keeper_multiread?: string;
|
|
141
|
-
backup_restore_keeper_fault_injection_probability?: number;
|
|
142
|
-
backup_restore_keeper_fault_injection_seed?: string;
|
|
143
|
-
backup_restore_keeper_max_retries?: string;
|
|
144
|
-
backup_restore_keeper_retry_initial_backoff_ms?: string;
|
|
145
|
-
backup_restore_keeper_retry_max_backoff_ms?: string;
|
|
146
|
-
backup_restore_keeper_value_max_size?: string;
|
|
147
|
-
bool_false_representation?: string;
|
|
148
|
-
bool_true_representation?: string;
|
|
149
|
-
calculate_text_stack_trace?: 0 | 1;
|
|
150
|
-
cancel_http_readonly_queries_on_client_close?: 0 | 1;
|
|
151
|
-
cast_ipv4_ipv6_default_on_conversion_error?: 0 | 1;
|
|
152
|
-
cast_keep_nullable?: 0 | 1;
|
|
153
|
-
check_query_single_value_result?: 0 | 1;
|
|
154
|
-
check_referential_table_dependencies?: 0 | 1;
|
|
155
|
-
check_table_dependencies?: 0 | 1;
|
|
156
|
-
checksum_on_read?: 0 | 1;
|
|
157
|
-
cluster_for_parallel_replicas?: string;
|
|
158
|
-
collect_hash_table_stats_during_aggregation?: 0 | 1;
|
|
159
|
-
column_names_for_schema_inference?: string;
|
|
160
|
-
compatibility?: string;
|
|
161
|
-
compatibility_ignore_auto_increment_in_create_table?: 0 | 1;
|
|
162
|
-
compatibility_ignore_collation_in_create_table?: 0 | 1;
|
|
163
|
-
compile_aggregate_expressions?: 0 | 1;
|
|
164
|
-
compile_expressions?: 0 | 1;
|
|
165
|
-
compile_sort_description?: 0 | 1;
|
|
166
|
-
connect_timeout?: number;
|
|
167
|
-
connect_timeout_with_failover_ms?: number;
|
|
168
|
-
connect_timeout_with_failover_secure_ms?: number;
|
|
169
|
-
connection_pool_max_wait_ms?: number;
|
|
170
|
-
connections_with_failover_max_tries?: string;
|
|
171
|
-
convert_query_to_cnf?: 0 | 1;
|
|
172
|
-
count_distinct_implementation?: string;
|
|
173
|
-
count_distinct_optimization?: 0 | 1;
|
|
174
|
-
cross_to_inner_join_rewrite?: string;
|
|
175
|
-
data_type_default_nullable?: 0 | 1;
|
|
176
|
-
database_atomic_wait_for_drop_and_detach_synchronously?: 0 | 1;
|
|
177
|
-
database_replicated_allow_only_replicated_engine?: 0 | 1;
|
|
178
|
-
database_replicated_allow_replicated_engine_arguments?: 0 | 1;
|
|
179
|
-
database_replicated_always_detach_permanently?: 0 | 1;
|
|
180
|
-
database_replicated_enforce_synchronous_settings?: 0 | 1;
|
|
181
|
-
database_replicated_initial_query_timeout_sec?: string;
|
|
182
|
-
date_time_input_format?: import("@clickhouse/client-common/dist/settings.js").DateTimeInputFormat;
|
|
183
|
-
date_time_output_format?: import("@clickhouse/client-common/dist/settings.js").DateTimeOutputFormat;
|
|
184
|
-
decimal_check_overflow?: 0 | 1;
|
|
185
|
-
deduplicate_blocks_in_dependent_materialized_views?: 0 | 1;
|
|
186
|
-
default_max_bytes_in_join?: string;
|
|
187
|
-
default_table_engine?: import("@clickhouse/client-common/dist/settings.js").DefaultTableEngine;
|
|
188
|
-
default_temporary_table_engine?: import("@clickhouse/client-common/dist/settings.js").DefaultTableEngine;
|
|
189
|
-
describe_extend_object_types?: 0 | 1;
|
|
190
|
-
describe_include_subcolumns?: 0 | 1;
|
|
191
|
-
dialect?: import("@clickhouse/client-common/dist/settings.js").Dialect;
|
|
192
|
-
dictionary_use_async_executor?: 0 | 1;
|
|
193
|
-
disable_url_encoding?: 0 | 1;
|
|
194
|
-
distinct_overflow_mode?: import("@clickhouse/client-common/dist/settings.js").OverflowMode;
|
|
195
|
-
distributed_aggregation_memory_efficient?: 0 | 1;
|
|
196
|
-
distributed_connections_pool_size?: string;
|
|
197
|
-
distributed_ddl_entry_format_version?: string;
|
|
198
|
-
distributed_ddl_output_mode?: import("@clickhouse/client-common/dist/settings.js").DistributedDDLOutputMode;
|
|
199
|
-
distributed_ddl_task_timeout?: string;
|
|
200
|
-
distributed_directory_monitor_batch_inserts?: 0 | 1;
|
|
201
|
-
distributed_directory_monitor_max_sleep_time_ms?: number;
|
|
202
|
-
distributed_directory_monitor_sleep_time_ms?: number;
|
|
203
|
-
distributed_directory_monitor_split_batch_on_failure?: 0 | 1;
|
|
204
|
-
distributed_group_by_no_merge?: string;
|
|
205
|
-
distributed_product_mode?: import("@clickhouse/client-common/dist/settings.js").DistributedProductMode;
|
|
206
|
-
distributed_push_down_limit?: string;
|
|
207
|
-
distributed_replica_error_cap?: string;
|
|
208
|
-
distributed_replica_error_half_life?: number;
|
|
209
|
-
distributed_replica_max_ignored_errors?: string;
|
|
210
|
-
do_not_merge_across_partitions_select_final?: 0 | 1;
|
|
211
|
-
empty_result_for_aggregation_by_constant_keys_on_empty_set?: 0 | 1;
|
|
212
|
-
empty_result_for_aggregation_by_empty_set?: 0 | 1;
|
|
213
|
-
enable_deflate_qpl_codec?: 0 | 1;
|
|
214
|
-
enable_early_constant_folding?: 0 | 1;
|
|
215
|
-
enable_extended_results_for_datetime_functions?: 0 | 1;
|
|
216
|
-
enable_filesystem_cache?: 0 | 1;
|
|
217
|
-
enable_filesystem_cache_log?: 0 | 1;
|
|
218
|
-
enable_filesystem_cache_on_write_operations?: 0 | 1;
|
|
219
|
-
enable_filesystem_read_prefetches_log?: 0 | 1;
|
|
220
|
-
enable_global_with_statement?: 0 | 1;
|
|
221
|
-
enable_http_compression?: 0 | 1;
|
|
222
|
-
enable_job_stack_trace?: 0 | 1;
|
|
223
|
-
enable_lightweight_delete?: 0 | 1;
|
|
224
|
-
enable_memory_bound_merging_of_aggregation_results?: 0 | 1;
|
|
225
|
-
enable_multiple_prewhere_read_steps?: 0 | 1;
|
|
226
|
-
enable_optimize_predicate_expression?: 0 | 1;
|
|
227
|
-
enable_optimize_predicate_expression_to_final_subquery?: 0 | 1;
|
|
228
|
-
enable_positional_arguments?: 0 | 1;
|
|
229
|
-
enable_reads_from_query_cache?: 0 | 1;
|
|
230
|
-
enable_s3_requests_logging?: 0 | 1;
|
|
231
|
-
enable_scalar_subquery_optimization?: 0 | 1;
|
|
232
|
-
enable_sharing_sets_for_mutations?: 0 | 1;
|
|
233
|
-
enable_software_prefetch_in_aggregation?: 0 | 1;
|
|
234
|
-
enable_unaligned_array_join?: 0 | 1;
|
|
235
|
-
enable_writes_to_query_cache?: 0 | 1;
|
|
236
|
-
engine_file_allow_create_multiple_files?: 0 | 1;
|
|
237
|
-
engine_file_empty_if_not_exists?: 0 | 1;
|
|
238
|
-
engine_file_skip_empty_files?: 0 | 1;
|
|
239
|
-
engine_file_truncate_on_insert?: 0 | 1;
|
|
240
|
-
engine_url_skip_empty_files?: 0 | 1;
|
|
241
|
-
errors_output_format?: string;
|
|
242
|
-
exact_rows_before_limit?: 0 | 1;
|
|
243
|
-
except_default_mode?: import("@clickhouse/client-common/dist/settings.js").SetOperationMode;
|
|
244
|
-
external_storage_connect_timeout_sec?: string;
|
|
245
|
-
external_storage_max_read_bytes?: string;
|
|
246
|
-
external_storage_max_read_rows?: string;
|
|
247
|
-
external_storage_rw_timeout_sec?: string;
|
|
248
|
-
external_table_functions_use_nulls?: 0 | 1;
|
|
249
|
-
external_table_strict_query?: 0 | 1;
|
|
250
|
-
extract_kvp_max_pairs_per_row?: string;
|
|
251
|
-
extremes?: 0 | 1;
|
|
252
|
-
fallback_to_stale_replicas_for_distributed_queries?: 0 | 1;
|
|
253
|
-
filesystem_cache_max_download_size?: string;
|
|
254
|
-
filesystem_prefetch_max_memory_usage?: string;
|
|
255
|
-
filesystem_prefetch_min_bytes_for_single_read_task?: string;
|
|
256
|
-
filesystem_prefetch_step_bytes?: string;
|
|
257
|
-
filesystem_prefetch_step_marks?: string;
|
|
258
|
-
filesystem_prefetches_limit?: string;
|
|
259
|
-
final?: 0 | 1;
|
|
260
|
-
flatten_nested?: 0 | 1;
|
|
261
|
-
force_aggregate_partitions_independently?: 0 | 1;
|
|
262
|
-
force_aggregation_in_order?: 0 | 1;
|
|
263
|
-
force_data_skipping_indices?: string;
|
|
264
|
-
force_grouping_standard_compatibility?: 0 | 1;
|
|
265
|
-
force_index_by_date?: 0 | 1;
|
|
266
|
-
force_optimize_projection?: 0 | 1;
|
|
267
|
-
force_optimize_skip_unused_shards?: string;
|
|
268
|
-
force_optimize_skip_unused_shards_nesting?: string;
|
|
269
|
-
force_primary_key?: 0 | 1;
|
|
270
|
-
force_remove_data_recursively_on_drop?: 0 | 1;
|
|
271
|
-
format_avro_schema_registry_url?: string;
|
|
272
|
-
format_binary_max_array_size?: string;
|
|
273
|
-
format_binary_max_string_size?: string;
|
|
274
|
-
format_capn_proto_enum_comparising_mode?: import("@clickhouse/client-common/dist/settings.js").CapnProtoEnumComparingMode;
|
|
275
|
-
format_csv_allow_double_quotes?: 0 | 1;
|
|
276
|
-
format_csv_allow_single_quotes?: 0 | 1;
|
|
277
|
-
format_csv_delimiter?: string;
|
|
278
|
-
format_csv_null_representation?: string;
|
|
279
|
-
format_custom_escaping_rule?: import("@clickhouse/client-common/dist/settings.js").EscapingRule;
|
|
280
|
-
format_custom_field_delimiter?: string;
|
|
281
|
-
format_custom_result_after_delimiter?: string;
|
|
282
|
-
format_custom_result_before_delimiter?: string;
|
|
283
|
-
format_custom_row_after_delimiter?: string;
|
|
284
|
-
format_custom_row_before_delimiter?: string;
|
|
285
|
-
format_custom_row_between_delimiter?: string;
|
|
286
|
-
format_display_secrets_in_show_and_select?: 0 | 1;
|
|
287
|
-
format_json_object_each_row_column_for_object_name?: string;
|
|
288
|
-
format_regexp?: string;
|
|
289
|
-
format_regexp_escaping_rule?: import("@clickhouse/client-common/dist/settings.js").EscapingRule;
|
|
290
|
-
format_regexp_skip_unmatched?: 0 | 1;
|
|
291
|
-
format_schema?: string;
|
|
292
|
-
format_template_resultset?: string;
|
|
293
|
-
format_template_row?: string;
|
|
294
|
-
format_template_rows_between_delimiter?: string;
|
|
295
|
-
format_tsv_null_representation?: string;
|
|
296
|
-
formatdatetime_f_prints_single_zero?: 0 | 1;
|
|
297
|
-
formatdatetime_parsedatetime_m_is_month_name?: 0 | 1;
|
|
298
|
-
fsync_metadata?: 0 | 1;
|
|
299
|
-
function_implementation?: string;
|
|
300
|
-
function_json_value_return_type_allow_complex?: 0 | 1;
|
|
301
|
-
function_json_value_return_type_allow_nullable?: 0 | 1;
|
|
302
|
-
function_range_max_elements_in_block?: string;
|
|
303
|
-
function_sleep_max_microseconds_per_block?: string;
|
|
304
|
-
glob_expansion_max_elements?: string;
|
|
305
|
-
grace_hash_join_initial_buckets?: string;
|
|
306
|
-
grace_hash_join_max_buckets?: string;
|
|
307
|
-
group_by_overflow_mode?: import("@clickhouse/client-common/dist/settings.js").OverflowModeGroupBy;
|
|
308
|
-
group_by_two_level_threshold?: string;
|
|
309
|
-
group_by_two_level_threshold_bytes?: string;
|
|
310
|
-
group_by_use_nulls?: 0 | 1;
|
|
311
|
-
handshake_timeout_ms?: number;
|
|
312
|
-
hdfs_create_new_file_on_insert?: 0 | 1;
|
|
313
|
-
hdfs_replication?: string;
|
|
314
|
-
hdfs_skip_empty_files?: 0 | 1;
|
|
315
|
-
hdfs_truncate_on_insert?: 0 | 1;
|
|
316
|
-
hedged_connection_timeout_ms?: number;
|
|
317
|
-
hsts_max_age?: string;
|
|
318
|
-
http_connection_timeout?: number;
|
|
319
|
-
http_headers_progress_interval_ms?: string;
|
|
320
|
-
http_max_chunk_size?: string;
|
|
321
|
-
http_max_field_name_size?: string;
|
|
322
|
-
http_max_field_value_size?: string;
|
|
323
|
-
http_max_fields?: string;
|
|
324
|
-
http_max_multipart_form_data_size?: string;
|
|
325
|
-
http_max_request_param_data_size?: string;
|
|
326
|
-
http_max_tries?: string;
|
|
327
|
-
http_max_uri_size?: string;
|
|
328
|
-
http_native_compression_disable_checksumming_on_decompress?: 0 | 1;
|
|
329
|
-
http_receive_timeout?: number;
|
|
330
|
-
http_response_buffer_size?: string;
|
|
331
|
-
http_retry_initial_backoff_ms?: string;
|
|
332
|
-
http_retry_max_backoff_ms?: string;
|
|
333
|
-
http_send_timeout?: number;
|
|
334
|
-
http_skip_not_found_url_for_globs?: 0 | 1;
|
|
335
|
-
http_wait_end_of_query?: 0 | 1;
|
|
336
|
-
http_zlib_compression_level?: string;
|
|
337
|
-
idle_connection_timeout?: string;
|
|
338
|
-
ignore_data_skipping_indices?: string;
|
|
339
|
-
implicit_transaction?: 0 | 1;
|
|
340
|
-
input_format_allow_errors_num?: string;
|
|
341
|
-
input_format_allow_errors_ratio?: number;
|
|
342
|
-
input_format_allow_seeks?: 0 | 1;
|
|
343
|
-
input_format_arrow_allow_missing_columns?: 0 | 1;
|
|
344
|
-
input_format_arrow_case_insensitive_column_matching?: 0 | 1;
|
|
345
|
-
input_format_arrow_import_nested?: 0 | 1;
|
|
346
|
-
input_format_arrow_skip_columns_with_unsupported_types_in_schema_inference?: 0 | 1;
|
|
347
|
-
input_format_avro_allow_missing_fields?: 0 | 1;
|
|
348
|
-
input_format_avro_null_as_default?: 0 | 1;
|
|
349
|
-
input_format_bson_skip_fields_with_unsupported_types_in_schema_inference?: 0 | 1;
|
|
350
|
-
input_format_capn_proto_skip_fields_with_unsupported_types_in_schema_inference?: 0 | 1;
|
|
351
|
-
input_format_csv_allow_variable_number_of_columns?: 0 | 1;
|
|
352
|
-
input_format_csv_allow_whitespace_or_tab_as_delimiter?: 0 | 1;
|
|
353
|
-
input_format_csv_arrays_as_nested_csv?: 0 | 1;
|
|
354
|
-
input_format_csv_detect_header?: 0 | 1;
|
|
355
|
-
input_format_csv_empty_as_default?: 0 | 1;
|
|
356
|
-
input_format_csv_enum_as_number?: 0 | 1;
|
|
357
|
-
input_format_csv_skip_first_lines?: string;
|
|
358
|
-
input_format_csv_skip_trailing_empty_lines?: 0 | 1;
|
|
359
|
-
input_format_csv_trim_whitespaces?: 0 | 1;
|
|
360
|
-
input_format_csv_use_best_effort_in_schema_inference?: 0 | 1;
|
|
361
|
-
input_format_csv_use_default_on_bad_values?: 0 | 1;
|
|
362
|
-
input_format_custom_detect_header?: 0 | 1;
|
|
363
|
-
input_format_custom_skip_trailing_empty_lines?: 0 | 1;
|
|
364
|
-
input_format_defaults_for_omitted_fields?: 0 | 1;
|
|
365
|
-
input_format_hive_text_collection_items_delimiter?: string;
|
|
366
|
-
input_format_hive_text_fields_delimiter?: string;
|
|
367
|
-
input_format_hive_text_map_keys_delimiter?: string;
|
|
368
|
-
input_format_import_nested_json?: 0 | 1;
|
|
369
|
-
input_format_ipv4_default_on_conversion_error?: 0 | 1;
|
|
370
|
-
input_format_ipv6_default_on_conversion_error?: 0 | 1;
|
|
371
|
-
input_format_json_defaults_for_missing_elements_in_named_tuple?: 0 | 1;
|
|
372
|
-
input_format_json_ignore_unknown_keys_in_named_tuple?: 0 | 1;
|
|
373
|
-
input_format_json_named_tuples_as_objects?: 0 | 1;
|
|
374
|
-
input_format_json_read_bools_as_numbers?: 0 | 1;
|
|
375
|
-
input_format_json_read_numbers_as_strings?: 0 | 1;
|
|
376
|
-
input_format_json_read_objects_as_strings?: 0 | 1;
|
|
377
|
-
input_format_json_throw_on_bad_escape_sequence?: 0 | 1;
|
|
378
|
-
input_format_json_try_infer_numbers_from_strings?: 0 | 1;
|
|
379
|
-
input_format_json_validate_types_from_metadata?: 0 | 1;
|
|
380
|
-
input_format_max_bytes_to_read_for_schema_inference?: string;
|
|
381
|
-
input_format_max_rows_to_read_for_schema_inference?: string;
|
|
382
|
-
input_format_msgpack_number_of_columns?: string;
|
|
383
|
-
input_format_mysql_dump_map_column_names?: 0 | 1;
|
|
384
|
-
input_format_mysql_dump_table_name?: string;
|
|
385
|
-
input_format_native_allow_types_conversion?: 0 | 1;
|
|
386
|
-
input_format_null_as_default?: 0 | 1;
|
|
387
|
-
input_format_orc_allow_missing_columns?: 0 | 1;
|
|
388
|
-
input_format_orc_case_insensitive_column_matching?: 0 | 1;
|
|
389
|
-
input_format_orc_import_nested?: 0 | 1;
|
|
390
|
-
input_format_orc_row_batch_size?: string;
|
|
391
|
-
input_format_orc_skip_columns_with_unsupported_types_in_schema_inference?: 0 | 1;
|
|
392
|
-
input_format_parallel_parsing?: 0 | 1;
|
|
393
|
-
input_format_parquet_allow_missing_columns?: 0 | 1;
|
|
394
|
-
input_format_parquet_case_insensitive_column_matching?: 0 | 1;
|
|
395
|
-
input_format_parquet_import_nested?: 0 | 1;
|
|
396
|
-
input_format_parquet_max_block_size?: string;
|
|
397
|
-
input_format_parquet_preserve_order?: 0 | 1;
|
|
398
|
-
input_format_parquet_skip_columns_with_unsupported_types_in_schema_inference?: 0 | 1;
|
|
399
|
-
input_format_protobuf_flatten_google_wrappers?: 0 | 1;
|
|
400
|
-
input_format_protobuf_skip_fields_with_unsupported_types_in_schema_inference?: 0 | 1;
|
|
401
|
-
input_format_record_errors_file_path?: string;
|
|
402
|
-
input_format_skip_unknown_fields?: 0 | 1;
|
|
403
|
-
input_format_try_infer_dates?: 0 | 1;
|
|
404
|
-
input_format_try_infer_datetimes?: 0 | 1;
|
|
405
|
-
input_format_try_infer_integers?: 0 | 1;
|
|
406
|
-
input_format_tsv_detect_header?: 0 | 1;
|
|
407
|
-
input_format_tsv_empty_as_default?: 0 | 1;
|
|
408
|
-
input_format_tsv_enum_as_number?: 0 | 1;
|
|
409
|
-
input_format_tsv_skip_first_lines?: string;
|
|
410
|
-
input_format_tsv_skip_trailing_empty_lines?: 0 | 1;
|
|
411
|
-
input_format_tsv_use_best_effort_in_schema_inference?: 0 | 1;
|
|
412
|
-
input_format_values_accurate_types_of_literals?: 0 | 1;
|
|
413
|
-
input_format_values_deduce_templates_of_expressions?: 0 | 1;
|
|
414
|
-
input_format_values_interpret_expressions?: 0 | 1;
|
|
415
|
-
input_format_with_names_use_header?: 0 | 1;
|
|
416
|
-
input_format_with_types_use_header?: 0 | 1;
|
|
417
|
-
insert_allow_materialized_columns?: 0 | 1;
|
|
418
|
-
insert_deduplicate?: 0 | 1;
|
|
419
|
-
insert_deduplication_token?: string;
|
|
420
|
-
insert_distributed_one_random_shard?: 0 | 1;
|
|
421
|
-
insert_distributed_sync?: 0 | 1;
|
|
422
|
-
insert_distributed_timeout?: string;
|
|
423
|
-
insert_keeper_fault_injection_probability?: number;
|
|
424
|
-
insert_keeper_fault_injection_seed?: string;
|
|
425
|
-
insert_keeper_max_retries?: string;
|
|
426
|
-
insert_keeper_retry_initial_backoff_ms?: string;
|
|
427
|
-
insert_keeper_retry_max_backoff_ms?: string;
|
|
428
|
-
insert_null_as_default?: 0 | 1;
|
|
429
|
-
insert_quorum?: string;
|
|
430
|
-
insert_quorum_parallel?: 0 | 1;
|
|
431
|
-
insert_quorum_timeout?: number;
|
|
432
|
-
insert_shard_id?: string;
|
|
433
|
-
interactive_delay?: string;
|
|
434
|
-
intersect_default_mode?: import("@clickhouse/client-common/dist/settings.js").SetOperationMode;
|
|
435
|
-
interval_output_format?: import("@clickhouse/client-common/dist/settings.js").IntervalOutputFormat;
|
|
436
|
-
join_algorithm?: import("@clickhouse/client-common/dist/settings.js").JoinAlgorithm;
|
|
437
|
-
join_any_take_last_row?: 0 | 1;
|
|
438
|
-
join_default_strictness?: import("@clickhouse/client-common/dist/settings.js").JoinStrictness;
|
|
439
|
-
join_on_disk_max_files_to_merge?: string;
|
|
440
|
-
join_overflow_mode?: import("@clickhouse/client-common/dist/settings.js").OverflowMode;
|
|
441
|
-
join_use_nulls?: 0 | 1;
|
|
442
|
-
joined_subquery_requires_alias?: 0 | 1;
|
|
443
|
-
kafka_disable_num_consumers_limit?: 0 | 1;
|
|
444
|
-
kafka_max_wait_ms?: number;
|
|
445
|
-
keeper_map_strict_mode?: 0 | 1;
|
|
446
|
-
legacy_column_name_of_tuple_literal?: 0 | 1;
|
|
447
|
-
limit?: string;
|
|
448
|
-
lightweight_deletes_sync?: string;
|
|
449
|
-
live_view_heartbeat_interval?: number;
|
|
450
|
-
load_balancing?: import("@clickhouse/client-common/dist/settings.js").LoadBalancing;
|
|
451
|
-
load_balancing_first_offset?: string;
|
|
452
|
-
load_marks_asynchronously?: 0 | 1;
|
|
453
|
-
local_filesystem_read_method?: string;
|
|
454
|
-
local_filesystem_read_prefetch?: 0 | 1;
|
|
455
|
-
lock_acquire_timeout?: number;
|
|
456
|
-
log_comment?: string;
|
|
457
|
-
log_formatted_queries?: 0 | 1;
|
|
458
|
-
log_processors_profiles?: 0 | 1;
|
|
459
|
-
log_profile_events?: 0 | 1;
|
|
460
|
-
log_queries?: 0 | 1;
|
|
461
|
-
log_queries_cut_to_length?: string;
|
|
462
|
-
log_queries_min_query_duration_ms?: number;
|
|
463
|
-
log_queries_min_type?: import("@clickhouse/client-common/dist/settings.js").LogQueriesType;
|
|
464
|
-
log_queries_probability?: number;
|
|
465
|
-
log_query_settings?: 0 | 1;
|
|
466
|
-
log_query_threads?: 0 | 1;
|
|
467
|
-
log_query_views?: 0 | 1;
|
|
468
|
-
low_cardinality_allow_in_native_format?: 0 | 1;
|
|
469
|
-
low_cardinality_max_dictionary_size?: string;
|
|
470
|
-
low_cardinality_use_single_dictionary_for_part?: 0 | 1;
|
|
471
|
-
materialize_ttl_after_modify?: 0 | 1;
|
|
472
|
-
materialized_views_ignore_errors?: 0 | 1;
|
|
473
|
-
max_analyze_depth?: string;
|
|
474
|
-
max_ast_depth?: string;
|
|
475
|
-
max_ast_elements?: string;
|
|
476
|
-
max_backup_bandwidth?: string;
|
|
477
|
-
max_block_size?: string;
|
|
478
|
-
max_bytes_before_external_group_by?: string;
|
|
479
|
-
max_bytes_before_external_sort?: string;
|
|
480
|
-
max_bytes_before_remerge_sort?: string;
|
|
481
|
-
max_bytes_in_distinct?: string;
|
|
482
|
-
max_bytes_in_join?: string;
|
|
483
|
-
max_bytes_in_set?: string;
|
|
484
|
-
max_bytes_to_read?: string;
|
|
485
|
-
max_bytes_to_read_leaf?: string;
|
|
486
|
-
max_bytes_to_sort?: string;
|
|
487
|
-
max_bytes_to_transfer?: string;
|
|
488
|
-
max_columns_to_read?: string;
|
|
489
|
-
max_compress_block_size?: string;
|
|
490
|
-
max_concurrent_queries_for_all_users?: string;
|
|
491
|
-
max_concurrent_queries_for_user?: string;
|
|
492
|
-
max_distributed_connections?: string;
|
|
493
|
-
max_distributed_depth?: string;
|
|
494
|
-
max_download_buffer_size?: string;
|
|
495
|
-
max_download_threads?: number;
|
|
496
|
-
max_entries_for_hash_table_stats?: string;
|
|
497
|
-
max_execution_speed?: string;
|
|
498
|
-
max_execution_speed_bytes?: string;
|
|
499
|
-
max_execution_time?: number;
|
|
500
|
-
max_expanded_ast_elements?: string;
|
|
501
|
-
max_fetch_partition_retries_count?: string;
|
|
502
|
-
max_final_threads?: number;
|
|
503
|
-
max_http_get_redirects?: string;
|
|
504
|
-
max_hyperscan_regexp_length?: string;
|
|
505
|
-
max_hyperscan_regexp_total_length?: string;
|
|
506
|
-
max_insert_block_size?: string;
|
|
507
|
-
max_insert_delayed_streams_for_parallel_write?: string;
|
|
508
|
-
max_insert_threads?: string;
|
|
509
|
-
max_joined_block_size_rows?: string;
|
|
510
|
-
max_limit_for_ann_queries?: string;
|
|
511
|
-
max_live_view_insert_blocks_before_refresh?: string;
|
|
512
|
-
max_local_read_bandwidth?: string;
|
|
513
|
-
max_local_write_bandwidth?: string;
|
|
514
|
-
max_memory_usage?: string;
|
|
515
|
-
max_memory_usage_for_user?: string;
|
|
516
|
-
max_network_bandwidth?: string;
|
|
517
|
-
max_network_bandwidth_for_all_users?: string;
|
|
518
|
-
max_network_bandwidth_for_user?: string;
|
|
519
|
-
max_network_bytes?: string;
|
|
520
|
-
max_number_of_partitions_for_independent_aggregation?: string;
|
|
521
|
-
max_parallel_replicas?: string;
|
|
522
|
-
max_parser_depth?: string;
|
|
523
|
-
max_partitions_per_insert_block?: string;
|
|
524
|
-
max_partitions_to_read?: string;
|
|
525
|
-
max_query_size?: string;
|
|
526
|
-
max_read_buffer_size?: string;
|
|
527
|
-
max_read_buffer_size_local_fs?: string;
|
|
528
|
-
max_read_buffer_size_remote_fs?: string;
|
|
529
|
-
max_remote_read_network_bandwidth?: string;
|
|
530
|
-
max_remote_write_network_bandwidth?: string;
|
|
531
|
-
max_replica_delay_for_distributed_queries?: string;
|
|
532
|
-
max_result_bytes?: string;
|
|
533
|
-
max_result_rows?: string;
|
|
534
|
-
max_rows_in_distinct?: string;
|
|
535
|
-
max_rows_in_join?: string;
|
|
536
|
-
max_rows_in_set?: string;
|
|
537
|
-
max_rows_in_set_to_optimize_join?: string;
|
|
538
|
-
max_rows_to_group_by?: string;
|
|
539
|
-
max_rows_to_read?: string;
|
|
540
|
-
max_rows_to_read_leaf?: string;
|
|
541
|
-
max_rows_to_sort?: string;
|
|
542
|
-
max_rows_to_transfer?: string;
|
|
543
|
-
max_size_to_preallocate_for_aggregation?: string;
|
|
544
|
-
max_streams_for_merge_tree_reading?: string;
|
|
545
|
-
max_streams_multiplier_for_merge_tables?: number;
|
|
546
|
-
max_streams_to_max_threads_ratio?: number;
|
|
547
|
-
max_subquery_depth?: string;
|
|
548
|
-
max_temporary_columns?: string;
|
|
549
|
-
max_temporary_data_on_disk_size_for_query?: string;
|
|
550
|
-
max_temporary_data_on_disk_size_for_user?: string;
|
|
551
|
-
max_temporary_non_const_columns?: string;
|
|
552
|
-
max_threads?: number;
|
|
553
|
-
max_untracked_memory?: string;
|
|
554
|
-
memory_overcommit_ratio_denominator?: string;
|
|
555
|
-
memory_overcommit_ratio_denominator_for_user?: string;
|
|
556
|
-
memory_profiler_sample_probability?: number;
|
|
557
|
-
memory_profiler_step?: string;
|
|
558
|
-
memory_tracker_fault_probability?: number;
|
|
559
|
-
memory_usage_overcommit_max_wait_microseconds?: string;
|
|
560
|
-
merge_tree_coarse_index_granularity?: string;
|
|
561
|
-
merge_tree_max_bytes_to_use_cache?: string;
|
|
562
|
-
merge_tree_max_rows_to_use_cache?: string;
|
|
563
|
-
merge_tree_min_bytes_for_concurrent_read?: string;
|
|
564
|
-
merge_tree_min_bytes_for_concurrent_read_for_remote_filesystem?: string;
|
|
565
|
-
merge_tree_min_bytes_for_seek?: string;
|
|
566
|
-
merge_tree_min_bytes_per_task_for_remote_reading?: string;
|
|
567
|
-
merge_tree_min_rows_for_concurrent_read?: string;
|
|
568
|
-
merge_tree_min_rows_for_concurrent_read_for_remote_filesystem?: string;
|
|
569
|
-
merge_tree_min_rows_for_seek?: string;
|
|
570
|
-
merge_tree_use_const_size_tasks_for_remote_reading?: 0 | 1;
|
|
571
|
-
metrics_perf_events_enabled?: 0 | 1;
|
|
572
|
-
metrics_perf_events_list?: string;
|
|
573
|
-
min_bytes_to_use_direct_io?: string;
|
|
574
|
-
min_bytes_to_use_mmap_io?: string;
|
|
575
|
-
min_chunk_bytes_for_parallel_parsing?: string;
|
|
576
|
-
min_compress_block_size?: string;
|
|
577
|
-
min_count_to_compile_aggregate_expression?: string;
|
|
578
|
-
min_count_to_compile_expression?: string;
|
|
579
|
-
min_count_to_compile_sort_description?: string;
|
|
580
|
-
min_execution_speed?: string;
|
|
581
|
-
min_execution_speed_bytes?: string;
|
|
582
|
-
min_free_disk_space_for_temporary_data?: string;
|
|
583
|
-
min_insert_block_size_bytes?: string;
|
|
584
|
-
min_insert_block_size_bytes_for_materialized_views?: string;
|
|
585
|
-
min_insert_block_size_rows?: string;
|
|
586
|
-
min_insert_block_size_rows_for_materialized_views?: string;
|
|
587
|
-
move_all_conditions_to_prewhere?: 0 | 1;
|
|
588
|
-
move_primary_key_columns_to_end_of_prewhere?: 0 | 1;
|
|
589
|
-
multiple_joins_try_to_keep_original_names?: 0 | 1;
|
|
590
|
-
mutations_sync?: string;
|
|
591
|
-
mysql_datatypes_support_level?: import("@clickhouse/client-common/dist/settings.js").MySQLDataTypesSupport;
|
|
592
|
-
mysql_max_rows_to_insert?: string;
|
|
593
|
-
network_compression_method?: string;
|
|
594
|
-
network_zstd_compression_level?: string;
|
|
595
|
-
normalize_function_names?: 0 | 1;
|
|
596
|
-
number_of_mutations_to_delay?: string;
|
|
597
|
-
number_of_mutations_to_throw?: string;
|
|
598
|
-
odbc_bridge_connection_pool_size?: string;
|
|
599
|
-
odbc_bridge_use_connection_pooling?: 0 | 1;
|
|
600
|
-
offset?: string;
|
|
601
|
-
opentelemetry_start_trace_probability?: number;
|
|
602
|
-
opentelemetry_trace_processors?: 0 | 1;
|
|
603
|
-
optimize_aggregation_in_order?: 0 | 1;
|
|
604
|
-
optimize_aggregators_of_group_by_keys?: 0 | 1;
|
|
605
|
-
optimize_append_index?: 0 | 1;
|
|
606
|
-
optimize_arithmetic_operations_in_aggregate_functions?: 0 | 1;
|
|
607
|
-
optimize_distinct_in_order?: 0 | 1;
|
|
608
|
-
optimize_distributed_group_by_sharding_key?: 0 | 1;
|
|
609
|
-
optimize_functions_to_subcolumns?: 0 | 1;
|
|
610
|
-
optimize_group_by_function_keys?: 0 | 1;
|
|
611
|
-
optimize_if_chain_to_multiif?: 0 | 1;
|
|
612
|
-
optimize_if_transform_strings_to_enum?: 0 | 1;
|
|
613
|
-
optimize_injective_functions_inside_uniq?: 0 | 1;
|
|
614
|
-
optimize_min_equality_disjunction_chain_length?: string;
|
|
615
|
-
optimize_monotonous_functions_in_order_by?: 0 | 1;
|
|
616
|
-
optimize_move_functions_out_of_any?: 0 | 1;
|
|
617
|
-
optimize_move_to_prewhere?: 0 | 1;
|
|
618
|
-
optimize_move_to_prewhere_if_final?: 0 | 1;
|
|
619
|
-
optimize_multiif_to_if?: 0 | 1;
|
|
620
|
-
optimize_normalize_count_variants?: 0 | 1;
|
|
621
|
-
optimize_on_insert?: 0 | 1;
|
|
622
|
-
optimize_or_like_chain?: 0 | 1;
|
|
623
|
-
optimize_read_in_order?: 0 | 1;
|
|
624
|
-
optimize_read_in_window_order?: 0 | 1;
|
|
625
|
-
optimize_redundant_functions_in_order_by?: 0 | 1;
|
|
626
|
-
optimize_respect_aliases?: 0 | 1;
|
|
627
|
-
optimize_rewrite_aggregate_function_with_if?: 0 | 1;
|
|
628
|
-
optimize_rewrite_array_exists_to_has?: 0 | 1;
|
|
629
|
-
optimize_rewrite_sum_if_to_count_if?: 0 | 1;
|
|
630
|
-
optimize_skip_merged_partitions?: 0 | 1;
|
|
631
|
-
optimize_skip_unused_shards?: 0 | 1;
|
|
632
|
-
optimize_skip_unused_shards_limit?: string;
|
|
633
|
-
optimize_skip_unused_shards_nesting?: string;
|
|
634
|
-
optimize_skip_unused_shards_rewrite_in?: 0 | 1;
|
|
635
|
-
optimize_sorting_by_input_stream_properties?: 0 | 1;
|
|
636
|
-
optimize_substitute_columns?: 0 | 1;
|
|
637
|
-
optimize_syntax_fuse_functions?: 0 | 1;
|
|
638
|
-
optimize_throw_if_noop?: 0 | 1;
|
|
639
|
-
optimize_trivial_count_query?: 0 | 1;
|
|
640
|
-
optimize_trivial_insert_select?: 0 | 1;
|
|
641
|
-
optimize_use_implicit_projections?: 0 | 1;
|
|
642
|
-
optimize_use_projections?: 0 | 1;
|
|
643
|
-
optimize_using_constraints?: 0 | 1;
|
|
644
|
-
os_thread_priority?: string;
|
|
645
|
-
output_format_arrow_compression_method?: import("@clickhouse/client-common/dist/settings.js").ArrowCompression;
|
|
646
|
-
output_format_arrow_fixed_string_as_fixed_byte_array?: 0 | 1;
|
|
647
|
-
output_format_arrow_low_cardinality_as_dictionary?: 0 | 1;
|
|
648
|
-
output_format_arrow_string_as_string?: 0 | 1;
|
|
649
|
-
output_format_avro_codec?: string;
|
|
650
|
-
output_format_avro_rows_in_file?: string;
|
|
651
|
-
output_format_avro_string_column_pattern?: string;
|
|
652
|
-
output_format_avro_sync_interval?: string;
|
|
653
|
-
output_format_bson_string_as_string?: 0 | 1;
|
|
654
|
-
output_format_csv_crlf_end_of_line?: 0 | 1;
|
|
655
|
-
output_format_decimal_trailing_zeros?: 0 | 1;
|
|
656
|
-
output_format_enable_streaming?: 0 | 1;
|
|
657
|
-
output_format_json_array_of_rows?: 0 | 1;
|
|
658
|
-
output_format_json_escape_forward_slashes?: 0 | 1;
|
|
659
|
-
output_format_json_named_tuples_as_objects?: 0 | 1;
|
|
660
|
-
output_format_json_quote_64bit_floats?: 0 | 1;
|
|
661
|
-
output_format_json_quote_64bit_integers?: 0 | 1;
|
|
662
|
-
output_format_json_quote_decimals?: 0 | 1;
|
|
663
|
-
output_format_json_quote_denormals?: 0 | 1;
|
|
664
|
-
output_format_json_validate_utf8?: 0 | 1;
|
|
665
|
-
output_format_msgpack_uuid_representation?: import("@clickhouse/client-common/dist/settings.js").MsgPackUUIDRepresentation;
|
|
666
|
-
output_format_orc_compression_method?: import("@clickhouse/client-common/dist/settings.js").ORCCompression;
|
|
667
|
-
output_format_orc_string_as_string?: 0 | 1;
|
|
668
|
-
output_format_parallel_formatting?: 0 | 1;
|
|
669
|
-
output_format_parquet_compliant_nested_types?: 0 | 1;
|
|
670
|
-
output_format_parquet_compression_method?: import("@clickhouse/client-common/dist/settings.js").ParquetCompression;
|
|
671
|
-
output_format_parquet_fixed_string_as_fixed_byte_array?: 0 | 1;
|
|
672
|
-
output_format_parquet_row_group_size?: string;
|
|
673
|
-
output_format_parquet_row_group_size_bytes?: string;
|
|
674
|
-
output_format_parquet_string_as_string?: 0 | 1;
|
|
675
|
-
output_format_parquet_version?: import("@clickhouse/client-common/dist/settings.js").ParquetVersion;
|
|
676
|
-
output_format_pretty_color?: 0 | 1;
|
|
677
|
-
output_format_pretty_grid_charset?: string;
|
|
678
|
-
output_format_pretty_max_column_pad_width?: string;
|
|
679
|
-
output_format_pretty_max_rows?: string;
|
|
680
|
-
output_format_pretty_max_value_width?: string;
|
|
681
|
-
output_format_pretty_row_numbers?: 0 | 1;
|
|
682
|
-
output_format_protobuf_nullables_with_google_wrappers?: 0 | 1;
|
|
683
|
-
output_format_sql_insert_include_column_names?: 0 | 1;
|
|
684
|
-
output_format_sql_insert_max_batch_size?: string;
|
|
685
|
-
output_format_sql_insert_quote_names?: 0 | 1;
|
|
686
|
-
output_format_sql_insert_table_name?: string;
|
|
687
|
-
output_format_sql_insert_use_replace?: 0 | 1;
|
|
688
|
-
output_format_tsv_crlf_end_of_line?: 0 | 1;
|
|
689
|
-
output_format_write_statistics?: 0 | 1;
|
|
690
|
-
parallel_distributed_insert_select?: string;
|
|
691
|
-
parallel_replica_offset?: string;
|
|
692
|
-
parallel_replicas_count?: string;
|
|
693
|
-
parallel_replicas_custom_key?: string;
|
|
694
|
-
parallel_replicas_custom_key_filter_type?: import("@clickhouse/client-common/dist/settings.js").ParallelReplicasCustomKeyFilterType;
|
|
695
|
-
parallel_replicas_for_non_replicated_merge_tree?: 0 | 1;
|
|
696
|
-
parallel_replicas_min_number_of_granules_to_enable?: string;
|
|
697
|
-
parallel_replicas_single_task_marks_count_multiplier?: number;
|
|
698
|
-
parallel_view_processing?: 0 | 1;
|
|
699
|
-
parallelize_output_from_storages?: 0 | 1;
|
|
700
|
-
partial_merge_join_left_table_buffer_bytes?: string;
|
|
701
|
-
partial_merge_join_rows_in_right_blocks?: string;
|
|
702
|
-
partial_result_on_first_cancel?: 0 | 1;
|
|
703
|
-
parts_to_delay_insert?: string;
|
|
704
|
-
parts_to_throw_insert?: string;
|
|
705
|
-
periodic_live_view_refresh?: number;
|
|
706
|
-
poll_interval?: string;
|
|
707
|
-
postgresql_connection_pool_auto_close_connection?: 0 | 1;
|
|
708
|
-
postgresql_connection_pool_size?: string;
|
|
709
|
-
postgresql_connection_pool_wait_timeout?: string;
|
|
710
|
-
prefer_column_name_to_alias?: 0 | 1;
|
|
711
|
-
prefer_global_in_and_join?: 0 | 1;
|
|
712
|
-
prefer_localhost_replica?: 0 | 1;
|
|
713
|
-
preferred_block_size_bytes?: string;
|
|
714
|
-
preferred_max_column_in_block_size_bytes?: string;
|
|
715
|
-
prefetch_buffer_size?: string;
|
|
716
|
-
priority?: string;
|
|
717
|
-
query_cache_compress_entries?: 0 | 1;
|
|
718
|
-
query_cache_max_entries?: string;
|
|
719
|
-
query_cache_max_size_in_bytes?: string;
|
|
720
|
-
query_cache_min_query_duration?: number;
|
|
721
|
-
query_cache_min_query_runs?: string;
|
|
722
|
-
query_cache_share_between_users?: 0 | 1;
|
|
723
|
-
query_cache_squash_partial_results?: 0 | 1;
|
|
724
|
-
query_cache_store_results_of_queries_with_nondeterministic_functions?: 0 | 1;
|
|
725
|
-
query_cache_ttl?: number;
|
|
726
|
-
query_plan_aggregation_in_order?: 0 | 1;
|
|
727
|
-
query_plan_enable_optimizations?: 0 | 1;
|
|
728
|
-
query_plan_filter_push_down?: 0 | 1;
|
|
729
|
-
query_plan_max_optimizations_to_apply?: string;
|
|
730
|
-
query_plan_optimize_primary_key?: 0 | 1;
|
|
731
|
-
query_plan_optimize_projection?: 0 | 1;
|
|
732
|
-
query_plan_read_in_order?: 0 | 1;
|
|
733
|
-
query_plan_remove_redundant_distinct?: 0 | 1;
|
|
734
|
-
query_plan_remove_redundant_sorting?: 0 | 1;
|
|
735
|
-
query_profiler_cpu_time_period_ns?: string;
|
|
736
|
-
query_profiler_real_time_period_ns?: string;
|
|
737
|
-
queue_max_wait_ms?: number;
|
|
738
|
-
rabbitmq_max_wait_ms?: number;
|
|
739
|
-
read_backoff_max_throughput?: string;
|
|
740
|
-
read_backoff_min_concurrency?: string;
|
|
741
|
-
read_backoff_min_events?: string;
|
|
742
|
-
read_backoff_min_interval_between_events_ms?: number;
|
|
743
|
-
read_backoff_min_latency_ms?: number;
|
|
744
|
-
read_from_filesystem_cache_if_exists_otherwise_bypass_cache?: 0 | 1;
|
|
745
|
-
read_in_order_two_level_merge_threshold?: string;
|
|
746
|
-
read_overflow_mode?: import("@clickhouse/client-common/dist/settings.js").OverflowMode;
|
|
747
|
-
read_overflow_mode_leaf?: import("@clickhouse/client-common/dist/settings.js").OverflowMode;
|
|
748
|
-
read_priority?: string;
|
|
749
|
-
readonly?: string;
|
|
750
|
-
receive_data_timeout_ms?: number;
|
|
751
|
-
receive_timeout?: number;
|
|
752
|
-
regexp_dict_allow_hyperscan?: 0 | 1;
|
|
753
|
-
regexp_max_matches_per_row?: string;
|
|
754
|
-
reject_expensive_hyperscan_regexps?: 0 | 1;
|
|
755
|
-
remerge_sort_lowered_memory_bytes_ratio?: number;
|
|
756
|
-
remote_filesystem_read_method?: string;
|
|
757
|
-
remote_filesystem_read_prefetch?: 0 | 1;
|
|
758
|
-
remote_fs_read_backoff_max_tries?: string;
|
|
759
|
-
remote_fs_read_max_backoff_ms?: string;
|
|
760
|
-
remote_read_min_bytes_for_seek?: string;
|
|
761
|
-
rename_files_after_processing?: string;
|
|
762
|
-
replace_running_query?: 0 | 1;
|
|
763
|
-
replace_running_query_max_wait_ms?: number;
|
|
764
|
-
replication_wait_for_inactive_replica_timeout?: string;
|
|
765
|
-
result_overflow_mode?: import("@clickhouse/client-common/dist/settings.js").OverflowMode;
|
|
766
|
-
s3_allow_parallel_part_upload?: 0 | 1;
|
|
767
|
-
s3_check_objects_after_upload?: 0 | 1;
|
|
768
|
-
s3_create_new_file_on_insert?: 0 | 1;
|
|
769
|
-
s3_list_object_keys_size?: string;
|
|
770
|
-
s3_max_connections?: string;
|
|
771
|
-
s3_max_get_burst?: string;
|
|
772
|
-
s3_max_get_rps?: string;
|
|
773
|
-
s3_max_inflight_parts_for_one_file?: string;
|
|
774
|
-
s3_max_put_burst?: string;
|
|
775
|
-
s3_max_put_rps?: string;
|
|
776
|
-
s3_max_redirects?: string;
|
|
777
|
-
s3_max_single_part_upload_size?: string;
|
|
778
|
-
s3_max_single_read_retries?: string;
|
|
779
|
-
s3_max_unexpected_write_error_retries?: string;
|
|
780
|
-
s3_max_upload_part_size?: string;
|
|
781
|
-
s3_min_upload_part_size?: string;
|
|
782
|
-
s3_request_timeout_ms?: string;
|
|
783
|
-
s3_retry_attempts?: string;
|
|
784
|
-
s3_skip_empty_files?: 0 | 1;
|
|
785
|
-
s3_strict_upload_part_size?: string;
|
|
786
|
-
s3_throw_on_zero_files_match?: 0 | 1;
|
|
787
|
-
s3_truncate_on_insert?: 0 | 1;
|
|
788
|
-
s3_upload_part_size_multiply_factor?: string;
|
|
789
|
-
s3_upload_part_size_multiply_parts_count_threshold?: string;
|
|
790
|
-
schema_inference_cache_require_modification_time_for_url?: 0 | 1;
|
|
791
|
-
schema_inference_hints?: string;
|
|
792
|
-
schema_inference_make_columns_nullable?: 0 | 1;
|
|
793
|
-
schema_inference_use_cache_for_azure?: 0 | 1;
|
|
794
|
-
schema_inference_use_cache_for_file?: 0 | 1;
|
|
795
|
-
schema_inference_use_cache_for_hdfs?: 0 | 1;
|
|
796
|
-
schema_inference_use_cache_for_s3?: 0 | 1;
|
|
797
|
-
schema_inference_use_cache_for_url?: 0 | 1;
|
|
798
|
-
select_sequential_consistency?: string;
|
|
799
|
-
send_logs_level?: import("@clickhouse/client-common/dist/settings.js").LogsLevel;
|
|
800
|
-
send_logs_source_regexp?: string;
|
|
801
|
-
send_progress_in_http_headers?: 0 | 1;
|
|
802
|
-
send_timeout?: number;
|
|
803
|
-
session_timezone?: string;
|
|
804
|
-
set_overflow_mode?: import("@clickhouse/client-common/dist/settings.js").OverflowMode;
|
|
805
|
-
short_circuit_function_evaluation?: import("@clickhouse/client-common/dist/settings.js").ShortCircuitFunctionEvaluation;
|
|
806
|
-
show_table_uuid_in_table_create_query_if_not_nil?: 0 | 1;
|
|
807
|
-
single_join_prefer_left_table?: 0 | 1;
|
|
808
|
-
skip_download_if_exceeds_query_cache?: 0 | 1;
|
|
809
|
-
skip_unavailable_shards?: 0 | 1;
|
|
810
|
-
sleep_after_receiving_query_ms?: number;
|
|
811
|
-
sleep_in_send_data_ms?: number;
|
|
812
|
-
sleep_in_send_tables_status_ms?: number;
|
|
813
|
-
sort_overflow_mode?: import("@clickhouse/client-common/dist/settings.js").OverflowMode;
|
|
814
|
-
storage_file_read_method?: import("@clickhouse/client-common/dist/settings.js").LocalFSReadMethod;
|
|
815
|
-
storage_system_stack_trace_pipe_read_timeout_ms?: number;
|
|
816
|
-
stream_flush_interval_ms?: number;
|
|
817
|
-
stream_like_engine_allow_direct_select?: 0 | 1;
|
|
818
|
-
stream_like_engine_insert_queue?: string;
|
|
819
|
-
stream_poll_timeout_ms?: number;
|
|
820
|
-
system_events_show_zero_values?: 0 | 1;
|
|
821
|
-
table_function_remote_max_addresses?: string;
|
|
822
|
-
tcp_keep_alive_timeout?: number;
|
|
823
|
-
temporary_files_codec?: string;
|
|
824
|
-
throw_if_no_data_to_insert?: 0 | 1;
|
|
825
|
-
throw_on_error_from_cache_on_write_operations?: 0 | 1;
|
|
826
|
-
throw_on_unsupported_query_inside_transaction?: 0 | 1;
|
|
827
|
-
timeout_before_checking_execution_speed?: number;
|
|
828
|
-
timeout_overflow_mode?: import("@clickhouse/client-common/dist/settings.js").OverflowMode;
|
|
829
|
-
totals_auto_threshold?: number;
|
|
830
|
-
totals_mode?: import("@clickhouse/client-common/dist/settings.js").TotalsMode;
|
|
831
|
-
trace_profile_events?: 0 | 1;
|
|
832
|
-
transfer_overflow_mode?: import("@clickhouse/client-common/dist/settings.js").OverflowMode;
|
|
833
|
-
transform_null_in?: 0 | 1;
|
|
834
|
-
union_default_mode?: import("@clickhouse/client-common/dist/settings.js").SetOperationMode;
|
|
835
|
-
unknown_packet_in_send_data?: string;
|
|
836
|
-
use_client_time_zone?: 0 | 1;
|
|
837
|
-
use_compact_format_in_distributed_parts_names?: 0 | 1;
|
|
838
|
-
use_hedged_requests?: 0 | 1;
|
|
839
|
-
use_index_for_in_with_subqueries?: 0 | 1;
|
|
840
|
-
use_index_for_in_with_subqueries_max_values?: string;
|
|
841
|
-
use_local_cache_for_remote_storage?: 0 | 1;
|
|
842
|
-
use_mysql_types_in_show_columns?: 0 | 1;
|
|
843
|
-
use_query_cache?: 0 | 1;
|
|
844
|
-
use_skip_indexes?: 0 | 1;
|
|
845
|
-
use_skip_indexes_if_final?: 0 | 1;
|
|
846
|
-
use_structure_from_insertion_table_in_table_functions?: string;
|
|
847
|
-
use_uncompressed_cache?: 0 | 1;
|
|
848
|
-
use_with_fill_by_sorting_prefix?: 0 | 1;
|
|
849
|
-
validate_polygons?: 0 | 1;
|
|
850
|
-
wait_changes_become_visible_after_commit_mode?: import("@clickhouse/client-common/dist/settings.js").TransactionsWaitCSNMode;
|
|
851
|
-
wait_for_async_insert?: 0 | 1;
|
|
852
|
-
wait_for_async_insert_timeout?: number;
|
|
853
|
-
wait_for_window_view_fire_signal_timeout?: number;
|
|
854
|
-
window_view_clean_interval?: number;
|
|
855
|
-
window_view_heartbeat_interval?: number;
|
|
856
|
-
workload?: string;
|
|
857
|
-
zstd_window_log_max?: string;
|
|
858
|
-
wait_end_of_query?: (0 | 1) | undefined;
|
|
859
|
-
default_format?: import("@clickhouse/client-common").DataFormat | undefined;
|
|
860
|
-
session_timeout?: string | undefined;
|
|
861
|
-
session_check?: (0 | 1) | undefined;
|
|
862
|
-
};
|
|
863
|
-
select?: (string | keyof State["output"])[] | undefined;
|
|
864
|
-
where?: import("../../types/base.js").WhereCondition[];
|
|
865
|
-
groupBy?: string[];
|
|
866
|
-
having?: string[];
|
|
867
|
-
limit?: number;
|
|
868
|
-
offset?: number;
|
|
869
|
-
distinct?: boolean;
|
|
870
|
-
orderBy?: {
|
|
871
|
-
column: keyof State["output"] | import("../../index.js").TableColumn<Schema>;
|
|
872
|
-
direction: import("../../index.js").OrderDirection;
|
|
873
|
-
}[] | undefined;
|
|
874
|
-
joins?: import("../../types/base.js").JoinClause[];
|
|
875
|
-
parameters?: any[];
|
|
876
|
-
ctes?: string[];
|
|
877
|
-
unionQueries?: string[];
|
|
878
|
-
};
|
|
10
|
+
addCTE(alias: string, subquery: QueryBuilder<any, AnyBuilderState> | string): SelectQueryNode<State['output'], Schema>;
|
|
11
|
+
addScalar(alias: string, expression: PredicateExpression): SelectQueryNode<State['output'], Schema>;
|
|
12
|
+
addTimeInterval(column: string, interval: string, method: 'toStartOfInterval' | 'toStartOfMinute' | 'toStartOfHour' | 'toStartOfDay' | 'toStartOfWeek' | 'toStartOfMonth' | 'toStartOfQuarter' | 'toStartOfYear', dialect: SqlDialect): SelectQueryNode<State['output'], Schema>;
|
|
13
|
+
addSettings(opts: ClickHouseSettings): SelectQueryNode<State['output'], Schema>;
|
|
879
14
|
}
|
|
880
15
|
//# sourceMappingURL=analytics.d.ts.map
|