mirror of
https://github.com/apache/impala.git
synced 2025-12-19 18:12:08 -05:00
This now gives a clean RAT check with bin/check-rat-report.py, which is one way for the Impala community to check compliance with ASF rules on intellectual property. Change-Id: I2ad06435f84a65ba126759e42a18fdaf52cd7036 Reviewed-on: http://gerrit.cloudera.org:8080/5232 Reviewed-by: Jim Apple <jbapple-impala@apache.org> Tested-by: Impala Public Jenkins Reviewed-by: John Russell <jrussell@cloudera.com>
165 lines
8.1 KiB
XML
165 lines
8.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!--
|
|
Licensed to the Apache Software Foundation (ASF) under one
|
|
or more contributor license agreements. See the NOTICE file
|
|
distributed with this work for additional information
|
|
regarding copyright ownership. The ASF licenses this file
|
|
to you under the Apache License, Version 2.0 (the
|
|
"License"); you may not use this file except in compliance
|
|
with the License. You may obtain a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing,
|
|
software distributed under the License is distributed on an
|
|
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
KIND, either express or implied. See the License for the
|
|
specific language governing permissions and limitations
|
|
under the License.
|
|
-->
|
|
<!DOCTYPE map PUBLIC "-//OASIS//DTD DITA Map//EN" "map.dtd">
|
|
<map id="impala_sqlref">
|
|
<title>Impala SQL Reference</title>
|
|
<topicmeta>
|
|
<prodinfo conref="shared/ImpalaVariables.xml#impala_vars/prodinfo_for_html">
|
|
<prodname/>
|
|
<vrmlist>
|
|
<vrm version="version_dlq_gry_sm"/>
|
|
</vrmlist>
|
|
</prodinfo>
|
|
</topicmeta>
|
|
<topicref href="topics/impala_langref.xml"/>
|
|
<topicref href="topics/impala_comments.xml"/>
|
|
<topicref href="topics/impala_datatypes.xml">
|
|
<topicref href="topics/impala_array.xml"/>
|
|
<topicref href="topics/impala_bigint.xml"/>
|
|
<topicref href="topics/impala_boolean.xml"/>
|
|
<topicref href="topics/impala_char.xml"/>
|
|
<topicref href="topics/impala_decimal.xml"/>
|
|
<topicref href="topics/impala_double.xml"/>
|
|
<topicref href="topics/impala_float.xml"/>
|
|
<topicref href="topics/impala_int.xml"/>
|
|
<topicref href="topics/impala_map.xml"/>
|
|
<topicref href="topics/impala_real.xml"/>
|
|
<topicref href="topics/impala_smallint.xml"/>
|
|
<topicref href="topics/impala_string.xml"/>
|
|
<topicref href="topics/impala_struct.xml"/>
|
|
<topicref href="topics/impala_timestamp.xml"/>
|
|
<topicref href="topics/impala_tinyint.xml"/>
|
|
<topicref href="topics/impala_varchar.xml"/>
|
|
<topicref href="topics/impala_complex_types.xml"/>
|
|
</topicref>
|
|
<topicref href="topics/impala_literals.xml"/>
|
|
<topicref href="topics/impala_operators.xml"/>
|
|
<topicref href="topics/impala_schema_objects.xml">
|
|
<topicref href="topics/impala_aliases.xml"/>
|
|
<topicref href="topics/impala_databases.xml"/>
|
|
<topicref href="topics/impala_functions_overview.xml"/>
|
|
<topicref href="topics/impala_identifiers.xml"/>
|
|
<topicref href="topics/impala_tables.xml"/>
|
|
<topicref href="topics/impala_views.xml"/>
|
|
</topicref>
|
|
<topicref href="topics/impala_langref_sql.xml">
|
|
<topicref href="topics/impala_ddl.xml"/>
|
|
<topicref href="topics/impala_dml.xml"/>
|
|
<topicref href="topics/impala_alter_table.xml"/>
|
|
<topicref href="topics/impala_alter_view.xml"/>
|
|
<topicref href="topics/impala_compute_stats.xml"/>
|
|
<topicref href="topics/impala_create_database.xml"/>
|
|
<topicref href="topics/impala_create_function.xml"/>
|
|
<topicref href="topics/impala_create_role.xml"/>
|
|
<topicref href="topics/impala_create_table.xml"/>
|
|
<topicref href="topics/impala_create_view.xml"/>
|
|
<topicref audience="impala_next" href="topics/impala_delete.xml"/>
|
|
<topicref href="topics/impala_describe.xml"/>
|
|
<topicref href="topics/impala_drop_database.xml"/>
|
|
<topicref href="topics/impala_drop_function.xml"/>
|
|
<topicref href="topics/impala_drop_role.xml"/>
|
|
<topicref href="topics/impala_drop_stats.xml"/>
|
|
<topicref href="topics/impala_drop_table.xml"/>
|
|
<topicref href="topics/impala_drop_view.xml"/>
|
|
<topicref href="topics/impala_explain.xml"/>
|
|
<topicref href="topics/impala_grant.xml"/>
|
|
<topicref href="topics/impala_insert.xml"/>
|
|
<topicref href="topics/impala_invalidate_metadata.xml"/>
|
|
<topicref href="topics/impala_load_data.xml"/>
|
|
<topicref href="topics/impala_refresh.xml"/>
|
|
<topicref href="topics/impala_revoke.xml"/>
|
|
<topicref href="topics/impala_select.xml">
|
|
<topicref href="topics/impala_joins.xml"/>
|
|
<topicref href="topics/impala_order_by.xml"/>
|
|
<topicref href="topics/impala_group_by.xml"/>
|
|
<topicref href="topics/impala_having.xml"/>
|
|
<topicref href="topics/impala_limit.xml"/>
|
|
<topicref href="topics/impala_offset.xml"/>
|
|
<topicref href="topics/impala_union.xml"/>
|
|
<topicref href="topics/impala_subqueries.xml"/>
|
|
<topicref href="topics/impala_with.xml"/>
|
|
<topicref href="topics/impala_distinct.xml"/>
|
|
<topicref href="topics/impala_hints.xml"/>
|
|
</topicref>
|
|
<topicref href="topics/impala_set.xml"/>
|
|
<topicref href="topics/impala_query_options.xml">
|
|
<topicref href="topics/impala_abort_on_default_limit_exceeded.xml"/>
|
|
<topicref href="topics/impala_abort_on_error.xml"/>
|
|
<topicref href="topics/impala_allow_unsupported_formats.xml"/>
|
|
<topicref href="topics/impala_appx_count_distinct.xml"/>
|
|
<topicref href="topics/impala_batch_size.xml"/>
|
|
<topicref href="topics/impala_compression_codec.xml"/>
|
|
<topicref href="topics/impala_debug_action.xml"/>
|
|
<topicref href="topics/impala_default_order_by_limit.xml"/>
|
|
<topicref href="topics/impala_disable_codegen.xml"/>
|
|
<topicref href="topics/impala_disable_unsafe_spills.xml"/>
|
|
<topicref href="topics/impala_exec_single_node_rows_threshold.xml"/>
|
|
<topicref href="topics/impala_explain_level.xml"/>
|
|
<topicref href="topics/impala_hbase_cache_blocks.xml"/>
|
|
<topicref href="topics/impala_hbase_caching.xml"/>
|
|
<topicref href="topics/impala_live_progress.xml"/>
|
|
<topicref href="topics/impala_live_summary.xml"/>
|
|
<topicref href="topics/impala_max_errors.xml"/>
|
|
<topicref href="topics/impala_max_io_buffers.xml"/>
|
|
<topicref href="topics/impala_max_scan_range_length.xml"/>
|
|
<topicref href="topics/impala_mem_limit.xml"/>
|
|
<topicref href="topics/impala_num_nodes.xml"/>
|
|
<topicref href="topics/impala_num_scanner_threads.xml"/>
|
|
<topicref href="topics/impala_parquet_compression_codec.xml"/>
|
|
<topicref href="topics/impala_parquet_file_size.xml"/>
|
|
<topicref href="topics/impala_query_timeout_s.xml"/>
|
|
<topicref href="topics/impala_request_pool.xml"/>
|
|
<topicref href="topics/impala_reservation_request_timeout.xml"/>
|
|
<topicref href="topics/impala_support_start_over.xml"/>
|
|
<topicref href="topics/impala_sync_ddl.xml"/>
|
|
<topicref href="topics/impala_v_cpu_cores.xml"/>
|
|
</topicref>
|
|
<topicref href="topics/impala_show.xml"/>
|
|
<topicref href="topics/impala_truncate_table.xml"/>
|
|
<topicref audience="impala_next" href="topics/impala_update.xml"/>
|
|
<topicref href="topics/impala_use.xml"/>
|
|
</topicref>
|
|
<topicref href="topics/impala_functions.xml">
|
|
<topicref href="topics/impala_math_functions.xml"/>
|
|
<topicref href="topics/impala_bit_functions.xml"/>
|
|
<topicref href="topics/impala_conversion_functions.xml"/>
|
|
<topicref href="topics/impala_datetime_functions.xml"/>
|
|
<topicref href="topics/impala_conditional_functions.xml"/>
|
|
<topicref href="topics/impala_string_functions.xml"/>
|
|
<topicref href="topics/impala_misc_functions.xml"/>
|
|
<topicref href="topics/impala_aggregate_functions.xml">
|
|
<topicref href="topics/impala_appx_median.xml"/>
|
|
<topicref href="topics/impala_avg.xml"/>
|
|
<topicref href="topics/impala_count.xml"/>
|
|
<topicref href="topics/impala_group_concat.xml"/>
|
|
<topicref href="topics/impala_max.xml"/>
|
|
<topicref href="topics/impala_min.xml"/>
|
|
<topicref href="topics/impala_ndv.xml"/>
|
|
<topicref href="topics/impala_stddev.xml"/>
|
|
<topicref href="topics/impala_sum.xml"/>
|
|
<topicref href="topics/impala_variance.xml"/>
|
|
</topicref>
|
|
<topicref href="topics/impala_analytic_functions.xml"/>
|
|
<topicref href="topics/impala_udf.xml"/>
|
|
</topicref>
|
|
<topicref href="topics/impala_langref_unsupported.xml"/>
|
|
<topicref href="topics/impala_porting.xml"/>
|
|
</map>
|