GPUdb C++ API  Version 6.0.1.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends
EndpointKeywords.h
Go to the documentation of this file.
1 /*
2  * This file was autogenerated by the GPUdb schema processor.
3  *
4  * DO NOT EDIT DIRECTLY.
5  */
6 #ifndef __ENDPOINT_KEYWORDS__H__
7 #define __ENDPOINT_KEYWORDS__H__
8 
9 
10 #include <string>
11 
12 
13 namespace gpudb
14 {
15  // Keywords for /admin/offline request
16  extern const std::string admin_offline_false;
17  extern const std::string admin_offline_true;
18 
19  // Keywords for /aggregate/groupby request
20  extern const std::string aggregate_group_by_ascending;
21  extern const std::string aggregate_group_by_binary;
22  extern const std::string aggregate_group_by_collection_name;
23  extern const std::string aggregate_group_by_descending;
24  extern const std::string aggregate_group_by_expression;
25  extern const std::string aggregate_group_by_false;
26  extern const std::string aggregate_group_by_having;
27  extern const std::string aggregate_group_by_json;
28  extern const std::string aggregate_group_by_key;
29  extern const std::string aggregate_group_by_result_table;
30  extern const std::string aggregate_group_by_result_table_persist;
31  extern const std::string aggregate_group_by_sort_by;
32  extern const std::string aggregate_group_by_sort_order;
33  extern const std::string aggregate_group_by_true;
34  extern const std::string aggregate_group_by_ttl;
35  extern const std::string aggregate_group_by_value;
36 
37  // Keywords for /aggregate/histogram request
38  extern const std::string aggregate_histogram_value_column;
39 
40  // Keywords for /aggregate/kmeans request
41  extern const std::string aggregate_k_means_max_iters;
42  extern const std::string aggregate_k_means_num_tries;
43  extern const std::string aggregate_k_means_whiten;
44 
45  // Keywords for /aggregate/statistics request
46  extern const std::string aggregate_statistics_additional_column_names;
47  extern const std::string aggregate_statistics_cardinality;
48  extern const std::string aggregate_statistics_count;
49  extern const std::string aggregate_statistics_estimated_cardinality;
50  extern const std::string aggregate_statistics_kurtosis;
51  extern const std::string aggregate_statistics_max;
52  extern const std::string aggregate_statistics_mean;
53  extern const std::string aggregate_statistics_min;
54  extern const std::string aggregate_statistics_percentile;
55  extern const std::string aggregate_statistics_percentile_rank;
56  extern const std::string aggregate_statistics_skew;
57  extern const std::string aggregate_statistics_stdv;
58  extern const std::string aggregate_statistics_sum;
59  extern const std::string aggregate_statistics_variance;
60  extern const std::string aggregate_statistics_weight_column_name;
61  extern const std::string aggregate_statistics_weighted_average;
62 
63  // Keywords for /aggregate/statistics/byrange request
65  extern const std::string aggregate_statistics_by_range_bin_values;
66  extern const std::string aggregate_statistics_by_range_order_column_name;
67  extern const std::string aggregate_statistics_by_range_weight_column_name;
68 
69  // Keywords for /aggregate/unique request
70  extern const std::string aggregate_unique_ascending;
71  extern const std::string aggregate_unique_binary;
72  extern const std::string aggregate_unique_collection_name;
73  extern const std::string aggregate_unique_descending;
74  extern const std::string aggregate_unique_expression;
75  extern const std::string aggregate_unique_false;
76  extern const std::string aggregate_unique_json;
77  extern const std::string aggregate_unique_result_table;
78  extern const std::string aggregate_unique_result_table_persist;
79  extern const std::string aggregate_unique_sort_order;
80  extern const std::string aggregate_unique_true;
81  extern const std::string aggregate_unique_ttl;
82 
83  // Keywords for /alter/system/properties request
84  extern const std::string alter_system_properties_bulk_add_test;
85  extern const std::string alter_system_properties_chunk_size;
86  extern const std::string alter_system_properties_clear_cache;
87  extern const std::string alter_system_properties_communicator_test;
89  extern const std::string alter_system_properties_false;
90  extern const std::string alter_system_properties_flush_to_disk;
91  extern const std::string alter_system_properties_kernel_omp_threads;
92  extern const std::string alter_system_properties_max_get_records_size;
93  extern const std::string alter_system_properties_network_speed;
94  extern const std::string alter_system_properties_request_timeout;
96  extern const std::string alter_system_properties_sm_omp_threads;
97  extern const std::string alter_system_properties_true;
98 
99  // Keywords for /alter/table request
100  extern const std::string alter_table_add_column;
101  extern const std::string alter_table_allow_homogeneous_tables;
102  extern const std::string alter_table_change_column;
103  extern const std::string alter_table_column_default_value;
104  extern const std::string alter_table_column_properties;
105  extern const std::string alter_table_column_type;
106  extern const std::string alter_table_copy_values_from_column;
107  extern const std::string alter_table_create_index;
108  extern const std::string alter_table_delete_column;
109  extern const std::string alter_table_delete_index;
110  extern const std::string alter_table_false;
111  extern const std::string alter_table_protected;
112  extern const std::string alter_table_rename_table;
113  extern const std::string alter_table_true;
114  extern const std::string alter_table_ttl;
115  extern const std::string alter_table_validate_change_column;
116 
117  // Keywords for /alter/user request
118  extern const std::string alter_user_set_password;
119 
120  // Keywords for /create/jointable request
121  extern const std::string create_join_table_collection_name;
122  extern const std::string create_join_table_false;
123  extern const std::string create_join_table_full_refresh;
124  extern const std::string create_join_table_manual;
125  extern const std::string create_join_table_max_query_dimensions;
126  extern const std::string create_join_table_no_refresh;
127  extern const std::string create_join_table_on_insert;
128  extern const std::string create_join_table_on_query;
129  extern const std::string create_join_table_optimize_lookups;
130  extern const std::string create_join_table_refresh;
131  extern const std::string create_join_table_refresh_method;
132  extern const std::string create_join_table_true;
133  extern const std::string create_join_table_ttl;
134 
135  // Keywords for /create/proc request
136  extern const std::string create_proc_distributed;
137  extern const std::string create_proc_nondistributed;
138 
139  // Keywords for /create/projection request
140  extern const std::string create_projection_collection_name;
141  extern const std::string create_projection_expression;
142  extern const std::string create_projection_false;
143  extern const std::string create_projection_limit;
144  extern const std::string create_projection_materialize_on_gpu;
145  extern const std::string create_projection_order_by;
146  extern const std::string create_projection_persist;
147  extern const std::string create_projection_shard_key;
148  extern const std::string create_projection_true;
149  extern const std::string create_projection_ttl;
150 
151  // Keywords for /create/table request
152  extern const std::string create_table_collection_name;
153  extern const std::string create_table_disallow_homogeneous_tables;
154  extern const std::string create_table_false;
155  extern const std::string create_table_foreign_keys;
156  extern const std::string create_table_foreign_shard_key;
157  extern const std::string create_table_is_collection;
158  extern const std::string create_table_is_replicated;
159  extern const std::string create_table_is_result_table;
160  extern const std::string create_table_no_error_if_exists;
161  extern const std::string create_table_true;
162  extern const std::string create_table_ttl;
163 
164  // Keywords for /create/type request
165  extern const std::string create_type_char1;
166  extern const std::string create_type_char128;
167  extern const std::string create_type_char16;
168  extern const std::string create_type_char2;
169  extern const std::string create_type_char256;
170  extern const std::string create_type_char32;
171  extern const std::string create_type_char4;
172  extern const std::string create_type_char64;
173  extern const std::string create_type_char8;
174  extern const std::string create_type_data;
175  extern const std::string create_type_date;
176  extern const std::string create_type_decimal;
177  extern const std::string create_type_disk_optimized;
178  extern const std::string create_type_int16;
179  extern const std::string create_type_int8;
180  extern const std::string create_type_ipv4;
181  extern const std::string create_type_nullable;
182  extern const std::string create_type_primary_key;
183  extern const std::string create_type_shard_key;
184  extern const std::string create_type_store_only;
185  extern const std::string create_type_text_search;
186  extern const std::string create_type_time;
187  extern const std::string create_type_timestamp;
188 
189  // Keywords for /create/union request
190  extern const std::string create_union_collection_name;
191  extern const std::string create_union_except;
192  extern const std::string create_union_false;
193  extern const std::string create_union_intersect;
194  extern const std::string create_union_materialize_on_gpu;
195  extern const std::string create_union_merge_views;
196  extern const std::string create_union_mode;
197  extern const std::string create_union_persist;
198  extern const std::string create_union_true;
199  extern const std::string create_union_ttl;
200  extern const std::string create_union_union;
201  extern const std::string create_union_union_all;
202  extern const std::string create_union_union_distinct;
203 
204  // Keywords for /delete/records request
205  extern const std::string delete_records_global_expression;
206  extern const std::string delete_records_record_id;
207 
208  // Keywords for /execute/proc request
209  extern const std::string execute_proc_cache_input;
210  extern const std::string execute_proc_use_cached_input;
211 
212  // Keywords for /filter request
213  extern const std::string filter_collection_name;
214  extern const std::string filter_ttl;
215 
216  // Keywords for /filter/bygeometry request
217  extern const std::string filter_by_geometry_contains;
218  extern const std::string filter_by_geometry_crosses;
219  extern const std::string filter_by_geometry_disjoint;
220  extern const std::string filter_by_geometry_equals;
221  extern const std::string filter_by_geometry_intersects;
222  extern const std::string filter_by_geometry_overlaps;
223  extern const std::string filter_by_geometry_touches;
224  extern const std::string filter_by_geometry_within;
225 
226  // Keywords for /filter/bylist request
227  extern const std::string filter_by_list_filter_mode;
228  extern const std::string filter_by_list_in_list;
229  extern const std::string filter_by_list_not_in_list;
230 
231  // Keywords for /filter/byseries request
232  extern const std::string filter_by_series_euclidean;
233  extern const std::string filter_by_series_great_circle;
234  extern const std::string filter_by_series_spatial_distance_metric;
235  extern const std::string filter_by_series_spatial_radius;
236  extern const std::string filter_by_series_time_radius;
237 
238  // Keywords for /filter/bystring request
239  extern const std::string filter_by_string_case_sensitive;
240  extern const std::string filter_by_string_contains;
241  extern const std::string filter_by_string_equals;
242  extern const std::string filter_by_string_false;
243  extern const std::string filter_by_string_regex;
244  extern const std::string filter_by_string_search;
245  extern const std::string filter_by_string_starts_with;
246  extern const std::string filter_by_string_true;
247 
248  // Keywords for /filter/bytable request
249  extern const std::string filter_by_table_buffer;
250  extern const std::string filter_by_table_buffer_method;
251  extern const std::string filter_by_table_filter_mode;
252  extern const std::string filter_by_table_geos;
253  extern const std::string filter_by_table_in_table;
254  extern const std::string filter_by_table_max_partition_score;
255  extern const std::string filter_by_table_max_partition_size;
256  extern const std::string filter_by_table_mode;
257  extern const std::string filter_by_table_normal;
258  extern const std::string filter_by_table_not_in_table;
259  extern const std::string filter_by_table_spatial;
260  extern const std::string filter_by_table_x_column_name;
261  extern const std::string filter_by_table_y_column_name;
262 
263  // Keywords for /get/records request
264  extern const std::string get_records_ascending;
265  extern const std::string get_records_binary;
266  extern const std::string get_records_descending;
267  extern const std::string get_records_expression;
268  extern const std::string get_records_fast_index_lookup;
269  extern const std::string get_records_json;
270  extern const std::string get_records_sort_by;
271  extern const std::string get_records_sort_order;
272 
273  // Keywords for /get/records/bycolumn request
274  extern const std::string get_records_by_column_ascending;
275  extern const std::string get_records_by_column_binary;
276  extern const std::string get_records_by_column_descending;
277  extern const std::string get_records_by_column_expression;
278  extern const std::string get_records_by_column_json;
279  extern const std::string get_records_by_column_order_by;
280  extern const std::string get_records_by_column_sort_by;
281  extern const std::string get_records_by_column_sort_order;
282 
283  // Keywords for /get/records/byseries request
284  extern const std::string get_records_by_series_binary;
285  extern const std::string get_records_by_series_json;
286 
287  // Keywords for /get/records/fromcollection request
288  extern const std::string get_records_from_collection_binary;
289  extern const std::string get_records_from_collection_false;
290  extern const std::string get_records_from_collection_json;
291  extern const std::string get_records_from_collection_return_record_ids;
292  extern const std::string get_records_from_collection_true;
293 
294  // Keywords for /grant/permission/system request
295  extern const std::string grant_permission_system_system_admin;
296  extern const std::string grant_permission_system_system_read;
297  extern const std::string grant_permission_system_system_write;
298 
299  // Keywords for /grant/permission/table request
300  extern const std::string grant_permission_table_table_admin;
301  extern const std::string grant_permission_table_table_delete;
302  extern const std::string grant_permission_table_table_insert;
303  extern const std::string grant_permission_table_table_read;
304  extern const std::string grant_permission_table_table_update;
305 
306  // Keywords for /has/proc response
307  extern const std::string has_proc_false;
308  extern const std::string has_proc_true;
309 
310  // Keywords for /has/table response
311  extern const std::string has_table_false;
312  extern const std::string has_table_true;
313 
314  // Keywords for /has/type response
315  extern const std::string has_type_false;
316  extern const std::string has_type_true;
317 
318  // Keywords for /insert/records request
319  extern const std::string insert_records_binary;
320  extern const std::string insert_records_false;
321  extern const std::string insert_records_json;
322  extern const std::string insert_records_return_record_ids;
323  extern const std::string insert_records_route_to_address;
324  extern const std::string insert_records_true;
325  extern const std::string insert_records_update_on_existing_pk;
326 
327  // Keywords for /insert/records/random request
328  extern const std::string insert_records_random_all;
329  extern const std::string insert_records_random_attr_name;
330  extern const std::string insert_records_random_interval;
331  extern const std::string insert_records_random_max;
332  extern const std::string insert_records_random_min;
333  extern const std::string insert_records_random_null_percentage;
334  extern const std::string insert_records_random_seed;
335  extern const std::string insert_records_random_track_length;
336  extern const std::string insert_records_random_value;
337 
338  // Keywords for /insert/symbol request
339  extern const std::string insert_symbol_color;
340  extern const std::string insert_symbol_svg;
341  extern const std::string insert_symbol_svg_path;
342 
343  // Keywords for /lock/table request
344  extern const std::string lock_table_disable;
345  extern const std::string lock_table_read_only;
346  extern const std::string lock_table_status;
347  extern const std::string lock_table_unlock;
348  extern const std::string lock_table_write_only;
349 
350  // Keywords for /revoke/permission/system request
351  extern const std::string revoke_permission_system_system_admin;
352  extern const std::string revoke_permission_system_system_read;
353  extern const std::string revoke_permission_system_system_write;
354 
355  // Keywords for /revoke/permission/table request
356  extern const std::string revoke_permission_table_table_admin;
357  extern const std::string revoke_permission_table_table_delete;
358  extern const std::string revoke_permission_table_table_insert;
359  extern const std::string revoke_permission_table_table_read;
360  extern const std::string revoke_permission_table_table_update;
361 
362  // Keywords for /show/proc request
363  extern const std::string show_proc_false;
364  extern const std::string show_proc_include_files;
365  extern const std::string show_proc_true;
366 
367  // Keywords for /show/proc response
368  extern const std::string show_proc_distributed;
369  extern const std::string show_proc_nondistributed;
370 
371  // Keywords for /show/proc/status request
372  extern const std::string show_proc_status_clear_complete;
373  extern const std::string show_proc_status_false;
374  extern const std::string show_proc_status_true;
375 
376  // Keywords for /show/proc/status response
377  extern const std::string show_proc_status_complete;
378  extern const std::string show_proc_status_error;
379  extern const std::string show_proc_status_killed;
380  extern const std::string show_proc_status_running;
381 
382  // Keywords for /show/security response
383  extern const std::string show_security_external_user;
384  extern const std::string show_security_internal_user;
385  extern const std::string show_security_role;
386 
387  // Keywords for /show/system/properties request
388  extern const std::string show_system_properties_properties;
389 
390  // Keywords for /show/system/properties response
391  extern const std::string show_system_properties_FALSE;
392  extern const std::string show_system_properties_TRUE;
396 
397  // Keywords for /show/table request
398  extern const std::string show_table_get_sizes;
399  extern const std::string show_table_no_error_if_not_exists;
400  extern const std::string show_table_show_children;
401 
402  // Keywords for /show/table response
403  extern const std::string show_table_COLLECTION;
404  extern const std::string show_table_JOIN;
405  extern const std::string show_table_REPLICATED;
406  extern const std::string show_table_RESULT_TABLE;
407  extern const std::string show_table_VIEW;
408  extern const std::string show_table_allow_homogeneous_tables;
409  extern const std::string show_table_attribute_indexes;
410  extern const std::string show_table_foreign_keys;
411  extern const std::string show_table_foreign_shard_key;
412  extern const std::string show_table_protected;
413  extern const std::string show_table_remaining_table_ttl;
414  extern const std::string show_table_table_ttl;
415 
416  // Keywords for /show/table request and response
417  extern const std::string show_table_false;
418  extern const std::string show_table_true;
419 
420  // Keywords for /update/records request
421  extern const std::string update_records_binary;
422  extern const std::string update_records_bypass_safety_checks;
423  extern const std::string update_records_false;
424  extern const std::string update_records_global_expression;
425  extern const std::string update_records_json;
426  extern const std::string update_records_record_id;
427  extern const std::string update_records_true;
428  extern const std::string update_records_update_on_existing_pk;
429 
430  // Keywords for /visualize/image request
431  extern const std::string visualize_image_102100;
432  extern const std::string visualize_image_3857;
433  extern const std::string visualize_image_900913;
434  extern const std::string visualize_image_EPSG_102100;
435  extern const std::string visualize_image_EPSG_3857;
436  extern const std::string visualize_image_EPSG_4326;
437  extern const std::string visualize_image_EPSG_900913;
438  extern const std::string visualize_image_PLATE_CARREE;
439  extern const std::string visualize_image_SYMBOLCODE;
440  extern const std::string visualize_image_WEB_MERCATOR;
441  extern const std::string visualize_image_circle;
442  extern const std::string visualize_image_diamond;
443  extern const std::string visualize_image_do_points;
444  extern const std::string visualize_image_do_shapes;
445  extern const std::string visualize_image_do_symbology;
446  extern const std::string visualize_image_do_tracks;
447  extern const std::string visualize_image_false;
448  extern const std::string visualize_image_hollowcircle;
449  extern const std::string visualize_image_hollowdiamond;
450  extern const std::string visualize_image_hollowsquare;
451  extern const std::string visualize_image_none;
452  extern const std::string visualize_image_pointcolors;
453  extern const std::string visualize_image_pointshapes;
454  extern const std::string visualize_image_pointsizes;
455  extern const std::string visualize_image_shapefillcolors;
456  extern const std::string visualize_image_shapelinecolors;
457  extern const std::string visualize_image_shapelinewidths;
458  extern const std::string visualize_image_square;
459  extern const std::string visualize_image_trackheadcolors;
460  extern const std::string visualize_image_trackheadshapes;
461  extern const std::string visualize_image_trackheadsizes;
462  extern const std::string visualize_image_tracklinecolors;
463  extern const std::string visualize_image_tracklinewidths;
464  extern const std::string visualize_image_trackmarkercolors;
465  extern const std::string visualize_image_trackmarkershapes;
466  extern const std::string visualize_image_trackmarkersizes;
467  extern const std::string visualize_image_true;
468 
469  // Keywords for /visualize/image/classbreak request
470  extern const std::string visualize_image_classbreak_102100;
471  extern const std::string visualize_image_classbreak_3857;
472  extern const std::string visualize_image_classbreak_900913;
473  extern const std::string visualize_image_classbreak_EPSG_102100;
474  extern const std::string visualize_image_classbreak_EPSG_3857;
475  extern const std::string visualize_image_classbreak_EPSG_4326;
476  extern const std::string visualize_image_classbreak_EPSG_900913;
477  extern const std::string visualize_image_classbreak_PLATE_CARREE;
478  extern const std::string visualize_image_classbreak_SYMBOLCODE;
479  extern const std::string visualize_image_classbreak_WEB_MERCATOR;
480  extern const std::string visualize_image_classbreak_circle;
481  extern const std::string visualize_image_classbreak_diamond;
482  extern const std::string visualize_image_classbreak_do_points;
483  extern const std::string visualize_image_classbreak_do_shapes;
484  extern const std::string visualize_image_classbreak_do_symbology;
485  extern const std::string visualize_image_classbreak_do_tracks;
486  extern const std::string visualize_image_classbreak_false;
487  extern const std::string visualize_image_classbreak_hollowcircle;
488  extern const std::string visualize_image_classbreak_hollowdiamond;
489  extern const std::string visualize_image_classbreak_hollowsquare;
490  extern const std::string visualize_image_classbreak_none;
491  extern const std::string visualize_image_classbreak_pointcolors;
492  extern const std::string visualize_image_classbreak_pointshapes;
493  extern const std::string visualize_image_classbreak_pointsizes;
494  extern const std::string visualize_image_classbreak_shapefillcolors;
495  extern const std::string visualize_image_classbreak_shapelinecolors;
496  extern const std::string visualize_image_classbreak_shapelinewidths;
497  extern const std::string visualize_image_classbreak_square;
498  extern const std::string visualize_image_classbreak_trackheadcolors;
499  extern const std::string visualize_image_classbreak_trackheadshapes;
500  extern const std::string visualize_image_classbreak_trackheadsizes;
501  extern const std::string visualize_image_classbreak_tracklinecolors;
502  extern const std::string visualize_image_classbreak_tracklinewidths;
503  extern const std::string visualize_image_classbreak_trackmarkercolors;
504  extern const std::string visualize_image_classbreak_trackmarkershapes;
505  extern const std::string visualize_image_classbreak_trackmarkersizes;
506  extern const std::string visualize_image_classbreak_true;
507 
508  // Keywords for /visualize/image/heatmap request
509  extern const std::string visualize_image_heatmap_102100;
510  extern const std::string visualize_image_heatmap_3857;
511  extern const std::string visualize_image_heatmap_900913;
512  extern const std::string visualize_image_heatmap_EPSG_102100;
513  extern const std::string visualize_image_heatmap_EPSG_3857;
514  extern const std::string visualize_image_heatmap_EPSG_4326;
515  extern const std::string visualize_image_heatmap_EPSG_900913;
516  extern const std::string visualize_image_heatmap_PLATE_CARREE;
517  extern const std::string visualize_image_heatmap_WEB_MERCATOR;
518  extern const std::string visualize_image_heatmap_bg_color;
519  extern const std::string visualize_image_heatmap_blues;
520  extern const std::string visualize_image_heatmap_blur_radius;
521  extern const std::string visualize_image_heatmap_colormap;
522  extern const std::string visualize_image_heatmap_gradient_end_color;
523  extern const std::string visualize_image_heatmap_gradient_start_color;
524  extern const std::string visualize_image_heatmap_gray;
525  extern const std::string visualize_image_heatmap_greens;
526  extern const std::string visualize_image_heatmap_greys;
527  extern const std::string visualize_image_heatmap_hot;
528  extern const std::string visualize_image_heatmap_hsv;
529  extern const std::string visualize_image_heatmap_jet;
530  extern const std::string visualize_image_heatmap_oranges;
531  extern const std::string visualize_image_heatmap_purples;
532  extern const std::string visualize_image_heatmap_reds;
533  extern const std::string visualize_image_heatmap_viridis;
534 
535  // Keywords for /visualize/image/labels request
536  extern const std::string visualize_image_labels_102100;
537  extern const std::string visualize_image_labels_3857;
538  extern const std::string visualize_image_labels_900913;
539  extern const std::string visualize_image_labels_EPSG_102100;
540  extern const std::string visualize_image_labels_EPSG_3857;
541  extern const std::string visualize_image_labels_EPSG_4326;
542  extern const std::string visualize_image_labels_EPSG_900913;
543  extern const std::string visualize_image_labels_PLATE_CARREE;
544  extern const std::string visualize_image_labels_WEB_MERCATOR;
545 
546  // Keywords for /visualize/video request
547  extern const std::string visualize_video_102100;
548  extern const std::string visualize_video_3857;
549  extern const std::string visualize_video_900913;
550  extern const std::string visualize_video_EPSG_102100;
551  extern const std::string visualize_video_EPSG_3857;
552  extern const std::string visualize_video_EPSG_4326;
553  extern const std::string visualize_video_EPSG_900913;
554  extern const std::string visualize_video_PLATE_CARREE;
555  extern const std::string visualize_video_SYMBOLCODE;
556  extern const std::string visualize_video_WEB_MERCATOR;
557  extern const std::string visualize_video_circle;
558  extern const std::string visualize_video_diamond;
559  extern const std::string visualize_video_do_points;
560  extern const std::string visualize_video_do_shapes;
561  extern const std::string visualize_video_do_tracks;
562  extern const std::string visualize_video_false;
563  extern const std::string visualize_video_hollowcircle;
564  extern const std::string visualize_video_hollowdiamond;
565  extern const std::string visualize_video_hollowsquare;
566  extern const std::string visualize_video_none;
567  extern const std::string visualize_video_pointcolors;
568  extern const std::string visualize_video_pointshapes;
569  extern const std::string visualize_video_pointsizes;
570  extern const std::string visualize_video_shapefillcolors;
571  extern const std::string visualize_video_shapelinecolors;
572  extern const std::string visualize_video_shapelinewidths;
573  extern const std::string visualize_video_square;
574  extern const std::string visualize_video_trackheadcolors;
575  extern const std::string visualize_video_trackheadshapes;
576  extern const std::string visualize_video_trackheadsizes;
577  extern const std::string visualize_video_tracklinecolors;
578  extern const std::string visualize_video_tracklinewidths;
579  extern const std::string visualize_video_trackmarkercolors;
580  extern const std::string visualize_video_trackmarkershapes;
581  extern const std::string visualize_video_trackmarkersizes;
582  extern const std::string visualize_video_true;
583 
584  // Keywords for /visualize/video/heatmap request
585  extern const std::string visualize_video_heatmap_102100;
586  extern const std::string visualize_video_heatmap_3857;
587  extern const std::string visualize_video_heatmap_900913;
588  extern const std::string visualize_video_heatmap_EPSG_102100;
589  extern const std::string visualize_video_heatmap_EPSG_3857;
590  extern const std::string visualize_video_heatmap_EPSG_4326;
591  extern const std::string visualize_video_heatmap_EPSG_900913;
592  extern const std::string visualize_video_heatmap_PLATE_CARREE;
593  extern const std::string visualize_video_heatmap_WEB_MERCATOR;
594  extern const std::string visualize_video_heatmap_bg_color;
595  extern const std::string visualize_video_heatmap_blues;
596  extern const std::string visualize_video_heatmap_blur_radius;
597  extern const std::string visualize_video_heatmap_colormap;
598  extern const std::string visualize_video_heatmap_gradient_end_color;
599  extern const std::string visualize_video_heatmap_gradient_start_color;
600  extern const std::string visualize_video_heatmap_gray;
601  extern const std::string visualize_video_heatmap_greens;
602  extern const std::string visualize_video_heatmap_greys;
603  extern const std::string visualize_video_heatmap_hot;
604  extern const std::string visualize_video_heatmap_hsv;
605  extern const std::string visualize_video_heatmap_jet;
606  extern const std::string visualize_video_heatmap_oranges;
607  extern const std::string visualize_video_heatmap_purples;
608  extern const std::string visualize_video_heatmap_reds;
609 
610 
611 }
612 
613 
614 #endif // __ENDPOINT_KEYWORDS__H__
const std::string visualize_image_pointshapes
const std::string visualize_image_heatmap_greys
const std::string aggregate_unique_true
const std::string visualize_image_shapelinewidths
const std::string visualize_video_heatmap_gradient_start_color
const std::string filter_by_table_geos
const std::string show_table_table_ttl
const std::string visualize_image_true
const std::string get_records_fast_index_lookup
const std::string insert_records_random_null_percentage
const std::string show_table_foreign_keys
const std::string insert_records_random_track_length
const std::string visualize_image_heatmap_EPSG_4326
const std::string visualize_image_3857
const std::string aggregate_unique_false
const std::string insert_records_true
const std::string get_records_expression
const std::string filter_by_table_x_column_name
const std::string visualize_image_pointcolors
const std::string get_records_by_column_sort_by
const std::string aggregate_statistics_variance
const std::string visualize_video_heatmap_greys
const std::string create_type_text_search
const std::string visualize_image_classbreak_PLATE_CARREE
const std::string aggregate_group_by_sort_by
const std::string create_projection_true
const std::string create_type_char1
const std::string visualize_video_trackmarkercolors
const std::string visualize_video_trackheadsizes
const std::string get_records_by_column_order_by
const std::string create_projection_limit
const std::string visualize_image_diamond
const std::string aggregate_statistics_skew
const std::string show_table_get_sizes
const std::string create_union_collection_name
const std::string aggregate_statistics_by_range_weight_column_name
const std::string show_proc_true
const std::string show_system_properties_FALSE
const std::string get_records_ascending
const std::string visualize_video_do_points
const std::string visualize_image_trackmarkershapes
const std::string get_records_from_collection_json
const std::string create_type_timestamp
const std::string filter_by_geometry_overlaps
const std::string create_table_collection_name
const std::string get_records_by_column_ascending
const std::string filter_by_series_time_radius
const std::string visualize_image_classbreak_EPSG_102100
const std::string visualize_image_classbreak_pointsizes
const std::string filter_by_list_not_in_list
const std::string visualize_image_square
const std::string create_table_true
const std::string visualize_image_heatmap_EPSG_102100
const std::string aggregate_unique_ascending
const std::string aggregate_group_by_ttl
const std::string update_records_bypass_safety_checks
const std::string show_system_properties_conf_worker_http_server_ports
const std::string create_type_store_only
const std::string grant_permission_system_system_read
const std::string has_table_false
const std::string aggregate_statistics_sum
const std::string aggregate_unique_ttl
const std::string visualize_image_heatmap_102100
const std::string show_system_properties_conf_enable_worker_http_servers
const std::string filter_by_string_regex
const std::string visualize_image_classbreak_hollowsquare
const std::string has_type_false
const std::string create_projection_collection_name
const std::string aggregate_unique_descending
const std::string visualize_image_do_tracks
const std::string aggregate_statistics_percentile
const std::string filter_by_list_filter_mode
const std::string aggregate_k_means_max_iters
const std::string show_proc_status_true
const std::string visualize_image_EPSG_102100
const std::string filter_by_table_max_partition_score
const std::string visualize_image_heatmap_PLATE_CARREE
const std::string aggregate_statistics_estimated_cardinality
const std::string lock_table_unlock
const std::string create_projection_shard_key
const std::string show_table_COLLECTION
const std::string aggregate_unique_expression
const std::string visualize_image_pointsizes
const std::string show_security_role
const std::string visualize_image_EPSG_4326
const std::string alter_user_set_password
const std::string filter_by_table_max_partition_size
const std::string show_table_foreign_shard_key
const std::string update_records_record_id
const std::string revoke_permission_table_table_insert
const std::string filter_by_string_starts_with
const std::string aggregate_group_by_true
const std::string create_table_foreign_shard_key
const std::string revoke_permission_table_table_read
const std::string create_union_materialize_on_gpu
const std::string alter_table_delete_column
const std::string aggregate_group_by_false
const std::string visualize_video_heatmap_blues
const std::string create_type_char64
const std::string aggregate_statistics_additional_column_names
const std::string revoke_permission_system_system_admin
const std::string visualize_image_trackheadsizes
const std::string grant_permission_system_system_write
const std::string filter_by_geometry_contains
const std::string has_table_true
const std::string visualize_image_classbreak_tracklinecolors
const std::string visualize_video_shapefillcolors
const std::string visualize_video_heatmap_gradient_end_color
const std::string aggregate_unique_binary
const std::string create_join_table_manual
const std::string visualize_image_classbreak_shapelinewidths
const std::string filter_by_list_in_list
const std::string insert_records_update_on_existing_pk
const std::string visualize_image_PLATE_CARREE
const std::string grant_permission_table_table_insert
const std::string create_join_table_max_query_dimensions
const std::string create_type_ipv4
const std::string visualize_video_heatmap_3857
const std::string visualize_image_classbreak_trackmarkershapes
const std::string visualize_image_labels_EPSG_3857
const std::string visualize_image_heatmap_blur_radius
const std::string insert_records_return_record_ids
const std::string get_records_from_collection_return_record_ids
const std::string aggregate_group_by_expression
const std::string aggregate_group_by_json
const std::string create_type_disk_optimized
const std::string visualize_video_EPSG_102100
const std::string visualize_video_none
const std::string visualize_image_classbreak_true
const std::string create_type_char8
const std::string visualize_video_hollowcircle
const std::string alter_system_properties_sm_omp_threads
const std::string alter_table_create_index
const std::string visualize_video_trackheadcolors
const std::string visualize_image_classbreak_hollowdiamond
const std::string visualize_image_heatmap_WEB_MERCATOR
const std::string alter_system_properties_flush_to_disk
const std::string insert_records_random_seed
const std::string filter_by_string_true
const std::string visualize_video_heatmap_bg_color
const std::string visualize_image_heatmap_hot
const std::string filter_by_geometry_equals
const std::string get_records_by_series_json
const std::string create_union_union_distinct
const std::string get_records_json
const std::string alter_system_properties_false
const std::string visualize_image_classbreak_do_shapes
const std::string aggregate_statistics_weighted_average
const std::string filter_by_table_in_table
const std::string create_join_table_true
const std::string visualize_image_tracklinewidths
const std::string aggregate_unique_json
const std::string visualize_video_true
const std::string alter_system_properties_set_message_timers_enabled
const std::string filter_by_table_not_in_table
const std::string visualize_image_classbreak_EPSG_3857
const std::string show_proc_status_false
const std::string visualize_image_heatmap_gradient_start_color
const std::string filter_by_series_spatial_radius
const std::string create_proc_nondistributed
const std::string revoke_permission_table_table_delete
const std::string visualize_image_labels_900913
const std::string visualize_video_heatmap_WEB_MERCATOR
const std::string aggregate_statistics_percentile_rank
const std::string visualize_video_WEB_MERCATOR
const std::string create_table_no_error_if_exists
const std::string visualize_video_heatmap_blur_radius
const std::string aggregate_group_by_descending
const std::string visualize_image_classbreak_EPSG_900913
const std::string visualize_image_SYMBOLCODE
const std::string create_projection_ttl
const std::string alter_table_copy_values_from_column
const std::string visualize_image_heatmap_reds
const std::string filter_by_table_filter_mode
const std::string create_union_union
const std::string filter_by_series_euclidean
const std::string filter_by_string_equals
const std::string get_records_by_column_binary
const std::string visualize_image_classbreak_900913
const std::string get_records_by_column_json
const std::string create_projection_order_by
const std::string visualize_video_trackmarkershapes
const std::string visualize_video_pointshapes
const std::string show_table_protected
const std::string visualize_video_heatmap_jet
const std::string show_table_REPLICATED
const std::string create_proc_distributed
const std::string aggregate_group_by_key
const std::string aggregate_group_by_ascending
const std::string alter_table_rename_table
const std::string visualize_image_hollowsquare
const std::string visualize_video_heatmap_greens
const std::string show_table_RESULT_TABLE
const std::string create_table_is_collection
const std::string visualize_video_hollowsquare
const std::string visualize_image_classbreak_trackheadcolors
const std::string get_records_from_collection_false
const std::string aggregate_statistics_count
const std::string filter_collection_name
const std::string filter_by_table_y_column_name
const std::string create_type_data
const std::string create_join_table_refresh
const std::string visualize_image_heatmap_bg_color
const std::string visualize_image_heatmap_colormap
const std::string visualize_image_hollowcircle
const std::string visualize_image_heatmap_EPSG_900913
const std::string create_join_table_on_query
const std::string create_type_int8
const std::string filter_by_geometry_disjoint
const std::string visualize_image_heatmap_gradient_end_color
const std::string show_proc_false
const std::string create_join_table_optimize_lookups
const std::string visualize_image_classbreak_3857
const std::string create_type_int16
const std::string insert_records_random_max
const std::string visualize_video_EPSG_900913
const std::string visualize_video_heatmap_hot
const std::string aggregate_statistics_by_range_order_column_name
const std::string aggregate_statistics_max
const std::string show_proc_distributed
const std::string visualize_video_heatmap_reds
const std::string visualize_image_heatmap_gray
const std::string filter_by_series_great_circle
const std::string aggregate_unique_result_table_persist
const std::string get_records_from_collection_binary
const std::string visualize_video_shapelinewidths
const std::string visualize_image_hollowdiamond
const std::string insert_records_random_min
const std::string get_records_sort_by
const std::string alter_system_properties_kernel_omp_threads
const std::string alter_table_delete_index
const std::string lock_table_disable
const std::string show_table_false
const std::string visualize_image_heatmap_greens
const std::string show_table_allow_homogeneous_tables
const std::string create_projection_expression
const std::string visualize_image_classbreak_EPSG_4326
const std::string revoke_permission_table_table_admin
const std::string show_proc_nondistributed
const std::string create_union_merge_views
const std::string create_join_table_false
const std::string create_join_table_no_refresh
const std::string visualize_image_classbreak_hollowcircle
const std::string visualize_video_EPSG_4326
const std::string create_join_table_refresh_method
const std::string show_proc_status_complete
const std::string admin_offline_true
const std::string visualize_video_heatmap_PLATE_CARREE
const std::string has_proc_false
const std::string visualize_image_classbreak_circle
const std::string filter_by_table_spatial
const std::string create_table_is_replicated
const std::string create_table_disallow_homogeneous_tables
const std::string create_type_primary_key
const std::string aggregate_group_by_collection_name
const std::string filter_by_geometry_within
const std::string visualize_video_diamond
const std::string show_security_internal_user
const std::string visualize_video_heatmap_900913
const std::string create_union_union_all
const std::string visualize_video_trackmarkersizes
const std::string alter_table_true
const std::string get_records_sort_order
const std::string insert_records_route_to_address
const std::string visualize_video_heatmap_102100
const std::string execute_proc_use_cached_input
const std::string admin_offline_false
const std::string revoke_permission_system_system_read
const std::string visualize_video_102100
const std::string aggregate_statistics_stdv
const std::string aggregate_group_by_binary
const std::string create_type_char256
const std::string visualize_image_classbreak_do_points
const std::string grant_permission_table_table_update
const std::string get_records_descending
const std::string visualize_video_PLATE_CARREE
const std::string alter_system_properties_concurrent_kernel_execution
const std::string aggregate_group_by_value
const std::string visualize_image_classbreak_square
const std::string visualize_image_heatmap_900913
const std::string visualize_image_circle
const std::string delete_records_record_id
const std::string has_proc_true
const std::string show_system_properties_TRUE
const std::string aggregate_unique_result_table
const std::string update_records_update_on_existing_pk
const std::string filter_by_geometry_touches
const std::string insert_symbol_color
const std::string filter_by_string_contains
const std::string show_table_no_error_if_not_exists
const std::string lock_table_read_only
const std::string show_table_true
const std::string visualize_video_pointcolors
const std::string create_type_char2
const std::string create_union_intersect
const std::string alter_table_column_properties
const std::string create_type_nullable
const std::string alter_table_add_column
const std::string insert_symbol_svg
const std::string visualize_image_labels_EPSG_102100
const std::string delete_records_global_expression
const std::string show_table_show_children
const std::string create_type_shard_key
const std::string visualize_image_trackheadshapes
const std::string visualize_image_do_symbology
const std::string visualize_image_false
const std::string visualize_image_classbreak_trackmarkercolors
const std::string alter_system_properties_max_get_records_size
const std::string aggregate_group_by_result_table_persist
const std::string visualize_image_do_points
const std::string visualize_image_900913
const std::string create_type_char128
const std::string update_records_false
const std::string visualize_video_SYMBOLCODE
const std::string execute_proc_cache_input
const std::string aggregate_group_by_result_table
const std::string show_proc_include_files
const std::string create_union_true
const std::string visualize_image_heatmap_purples
const std::string has_type_true
const std::string visualize_image_trackmarkercolors
const std::string visualize_image_classbreak_pointcolors
const std::string visualize_image_classbreak_trackheadsizes
const std::string visualize_image_labels_PLATE_CARREE
const std::string create_type_time
const std::string visualize_image_classbreak_do_symbology
const std::string visualize_video_3857
const std::string visualize_image_classbreak_do_tracks
const std::string aggregate_statistics_mean
const std::string show_system_properties_properties
const std::string visualize_image_shapelinecolors
const std::string visualize_video_heatmap_EPSG_4326
const std::string visualize_image_heatmap_blues
const std::string filter_by_geometry_crosses
const std::string filter_by_table_buffer_method
const std::string visualize_video_tracklinecolors
const std::string visualize_video_heatmap_EPSG_3857
const std::string create_table_foreign_keys
const std::string visualize_image_classbreak_false
const std::string alter_system_properties_communicator_test
const std::string alter_table_validate_change_column
const std::string aggregate_statistics_by_range_additional_column_names
const std::string visualize_video_heatmap_EPSG_900913
const std::string alter_table_ttl
const std::string insert_records_json
const std::string create_type_char32
const std::string visualize_video_tracklinewidths
const std::string create_projection_materialize_on_gpu
const std::string show_table_VIEW
const std::string visualize_image_classbreak_SYMBOLCODE
const std::string aggregate_group_by_sort_order
const std::string aggregate_unique_sort_order
const std::string visualize_video_heatmap_colormap
const std::string aggregate_statistics_kurtosis
const std::string visualize_image_classbreak_diamond
const std::string show_proc_status_error
const std::string alter_system_properties_true
const std::string lock_table_status
const std::string create_table_ttl
const std::string visualize_image_do_shapes
const std::string insert_records_random_interval
const std::string show_system_properties_conf_worker_http_server_ips
const std::string create_join_table_full_refresh
const std::string get_records_by_series_binary
const std::string visualize_image_classbreak_102100
const std::string visualize_video_trackheadshapes
const std::string show_table_remaining_table_ttl
const std::string create_union_ttl
const std::string visualize_video_pointsizes
const std::string visualize_video_do_shapes
const std::string visualize_video_shapelinecolors
const std::string insert_records_random_value
const std::string visualize_image_heatmap_jet
const std::string alter_table_protected
const std::string visualize_image_heatmap_EPSG_3857
const std::string show_security_external_user
const std::string create_union_false
const std::string revoke_permission_system_system_write
const std::string visualize_image_classbreak_none
const std::string visualize_video_heatmap_oranges
const std::string visualize_image_WEB_MERCATOR
const std::string filter_by_string_false
const std::string create_table_is_result_table
const std::string alter_table_false
const std::string alter_system_properties_chunk_size
const std::string create_join_table_on_insert
const std::string visualize_image_trackmarkersizes
const std::string visualize_image_EPSG_3857
const std::string show_proc_status_killed
const std::string filter_by_string_search
const std::string insert_records_random_attr_name
const std::string alter_system_properties_bulk_add_test
const std::string alter_table_allow_homogeneous_tables
const std::string create_union_except
const std::string visualize_image_labels_102100
const std::string visualize_video_heatmap_gray
const std::string visualize_image_labels_EPSG_4326
const std::string visualize_video_false
const std::string create_type_decimal
const std::string aggregate_unique_collection_name
const std::string alter_table_column_default_value
const std::string aggregate_histogram_value_column
const std::string alter_table_column_type
const std::string aggregate_group_by_having
const std::string alter_system_properties_request_timeout
const std::string show_table_JOIN
const std::string visualize_video_square
const std::string filter_by_string_case_sensitive
const std::string show_proc_status_clear_complete
const std::string insert_symbol_svg_path
const std::string filter_by_geometry_intersects
const std::string insert_records_binary
const std::string update_records_global_expression
const std::string filter_by_table_buffer
const std::string filter_ttl
const std::string get_records_binary
const std::string visualize_video_heatmap_hsv
const std::string show_table_attribute_indexes
const std::string visualize_image_heatmap_hsv
const std::string aggregate_statistics_cardinality
const std::string visualize_video_heatmap_purples
const std::string grant_permission_system_system_admin
const std::string create_table_false
const std::string aggregate_statistics_min
const std::string visualize_image_labels_WEB_MERCATOR
const std::string visualize_video_do_tracks
const std::string update_records_binary
const std::string visualize_image_heatmap_3857
const std::string visualize_image_102100
const std::string visualize_image_classbreak_trackheadshapes
const std::string visualize_image_classbreak_pointshapes
const std::string get_records_by_column_descending
const std::string get_records_from_collection_true
const std::string create_type_date
const std::string visualize_image_classbreak_shapefillcolors
const std::string alter_system_properties_network_speed
const std::string aggregate_statistics_by_range_bin_values
const std::string visualize_image_labels_3857
const std::string update_records_true
const std::string visualize_video_circle
const std::string visualize_image_classbreak_trackmarkersizes
const std::string filter_by_series_spatial_distance_metric
const std::string alter_system_properties_clear_cache
const std::string visualize_image_heatmap_oranges
const std::string insert_records_false
const std::string visualize_image_labels_EPSG_900913
const std::string visualize_image_classbreak_WEB_MERCATOR
const std::string insert_records_random_all
const std::string create_type_char4
const std::string grant_permission_table_table_admin
const std::string show_proc_status_running
const std::string aggregate_k_means_whiten
const std::string visualize_image_classbreak_shapelinecolors
const std::string update_records_json
const std::string get_records_by_column_expression
const std::string visualize_image_none
const std::string visualize_image_tracklinecolors
const std::string grant_permission_table_table_read
const std::string visualize_image_shapefillcolors
const std::string create_union_mode
const std::string visualize_video_heatmap_EPSG_102100
const std::string create_projection_false
const std::string aggregate_k_means_num_tries
const std::string revoke_permission_table_table_update
const std::string visualize_image_EPSG_900913
const std::string aggregate_statistics_weight_column_name
const std::string create_union_persist
const std::string create_join_table_collection_name
const std::string alter_table_change_column
const std::string filter_by_table_normal
const std::string grant_permission_table_table_delete
const std::string create_type_char16
const std::string visualize_image_heatmap_viridis
const std::string visualize_video_EPSG_3857
const std::string lock_table_write_only
const std::string filter_by_table_mode
const std::string visualize_video_hollowdiamond
const std::string create_join_table_ttl
const std::string get_records_by_column_sort_order
const std::string create_projection_persist
const std::string visualize_video_900913
const std::string visualize_image_classbreak_tracklinewidths
const std::string visualize_image_trackheadcolors