{
  "lexer": "sql.jisonlex",
  "autocomplete": [
    "../../generic/jison/autocomplete_header.jison",
    "../../hive/jison/abort/abort_transactions.jison",
    "common/table_constraint.jison",
    "../../hive/jison/alter/alter_common.jison",
    "../../hive/jison/alter/alter_database.jison",
    "../../hive/jison/alter/alter_index.jison",
    "../../hive/jison/alter/alter_materialized_view.jison",
    "../../hive/jison/alter/alter_table.jison",
    "../../hive/jison/alter/alter_view.jison",
    "../../hive/jison/analyze/analyze_table.jison",
    "create/create_common.jison",
    "../../hive/jison/create/clustered_by.jison",
    "../../hive/jison/create/create_database.jison",
    "create/create_database_no_db.jison",
    "../../hive/jison/create/create_function.jison",
    "../../hive/jison/create/create_index.jison",
    "../../hive/jison/create/create_role.jison",
    "../../hive/jison/create/create_table.jison",
    "../../hive/jison/create/create_temporary_function.jison",
    "../../hive/jison/create/create_temporary_macro.jison",
    "../../hive/jison/create/create_view.jison",
    "../../hive/jison/create/row_format.jison",
    "../../hive/jison/delete/delete.jison",
    "../../hive/jison/describe/describe.jison",
    "../../hive/jison/describe/describe_database.jison",
    "../../hive/jison/describe/describe_function.jison",
    "../../hive/jison/drop/drop_common.jison",
    "../../hive/jison/drop/drop_database.jison",
    "../../hive/jison/drop/drop_function.jison",
    "../../hive/jison/drop/drop_index.jison",
    "../../hive/jison/drop/drop_materialized_view.jison",
    "../../hive/jison/drop/drop_role.jison",
    "../../hive/jison/drop/drop_table.jison",
    "../../hive/jison/drop/drop_temporary_function.jison",
    "../../hive/jison/drop/drop_temporary_macro.jison",
    "../../hive/jison/drop/drop_view.jison",
    "../../hive/jison/export/export.jison",
    "../../hive/jison/grant/grant_common.jison",
    "../../hive/jison/grant/grant_privilege.jison",
    "../../hive/jison/grant/grant_role.jison",
    "../../hive/jison/grant/grant_user.jison",
    "../../hive/jison/grant/privilege_type.jison",
    "../../hive/jison/import/import.jison",
    "../../impala/jison/insert/cte_insert.jison",
    "../../hive/jison/insert/insert.jison",
    "load/load_data.jison",
    "../../hive/jison/merge/merge.jison",
    "msck/msck.jison",
    "../../hive/jison/reload/reload.jison",
    "../../hive/jison/revoke/revoke_admin_option_for.jison",
    "../../hive/jison/revoke/revoke_all.jison",
    "../../hive/jison/revoke/revoke_common.jison",
    "../../hive/jison/revoke/revoke_grant_option_for.jison",
    "../../hive/jison/revoke/revoke_privilege.jison",
    "../../hive/jison/revoke/revoke_role.jison",
    "../../hive/jison/revoke/revoke_user.jison",
    "../../generic/jison/set/set_all.jison",
    "../../hive/jison/set/set_common.jison",
    "../../generic/jison/set/set_option.jison",
    "../../hive/jison/set/set_role.jison",
    "../../hive/jison/show/show_columns.jison",
    "../../hive/jison/show/show_common.jison",
    "../../hive/jison/show/show_compactions.jison",
    "../../hive/jison/show/show_conf.jison",
    "../../hive/jison/show/show_create_table.jison",
    "../../hive/jison/show/show_current_roles.jison",
    "../../hive/jison/show/show_databases.jison",
    "../../hive/jison/show/show_functions.jison",
    "../../hive/jison/show/show_grant.jison",
    "../../hive/jison/show/show_index.jison",
    "../../hive/jison/show/show_locks.jison",
    "../../hive/jison/show/show_materialized_views.jison",
    "../../hive/jison/show/show_partitions.jison",
    "../../hive/jison/show/show_role.jison",
    "../../hive/jison/show/show_roles.jison",
    "../../hive/jison/show/show_table.jison",
    "../../hive/jison/show/show_tables.jison",
    "../../hive/jison/show/show_tblproperties.jison",
    "../../hive/jison/show/show_transactions.jison",
    "../../hive/jison/show/show_views.jison",
    "../../hive/jison/truncate/truncate_table.jison",
    "../../generic/jison/udf/aggregate/aggregate_common.jison",
    "../../generic/jison/udf/aggregate/avg.jison",
    "../../generic/jison/udf/aggregate/count.jison",
    "../../generic/jison/udf/aggregate/max.jison",
    "../../generic/jison/udf/aggregate/min.jison",
    "../../generic/jison/udf/aggregate/stddev_pop.jison",
    "../../generic/jison/udf/aggregate/stddev_samp.jison",
    "../../generic/jison/udf/aggregate/sum.jison",
    "../../generic/jison/udf/aggregate/var_pop.jison",
    "../../generic/jison/udf/aggregate/var_samp.jison",
    "../../generic/jison/udf/aggregate/variance.jison",
    "../../generic/jison/udf/analytic/analytic.jison",
    "../../generic/jison/udf/function/array.jison",
    "../../generic/jison/udf/function/cast.jison",
    "../../generic/jison/udf/function/if.jison",
    "../../generic/jison/udf/function/map.jison",
    "../../generic/jison/udf/function/truncate.jison",
    "../../generic/jison/udf/udf_common.jison",
    "../../hive/jison/udf/sql_aggregate.jison",
    "../../hive/jison/udf/sql_arbitrary.jison",
    "../../hive/jison/udf/sql_extract.jison",
    "../../hive/jison/update/update.jison",
    "../../generic/jison/use/use.jison",
    "../../generic/jison/sql_valueExpression.jison",
    "../../hive/jison/sql_error.jison",
    "sql_main.jison",
    "../../generic/jison/autocomplete_footer.jison"
  ],
  "syntax": [
    "../../generic/jison/syntax_header.jison",
    "../../hive/jison/abort/abort_transactions.jison",
    "common/table_constraint.jison",
    "../../hive/jison/alter/alter_common.jison",
    "../../hive/jison/alter/alter_database.jison",
    "../../hive/jison/alter/alter_index.jison",
    "../../hive/jison/alter/alter_materialized_view.jison",
    "../../hive/jison/alter/alter_table.jison",
    "../../hive/jison/alter/alter_view.jison",
    "../../hive/jison/analyze/analyze_table.jison",
    "create/create_common.jison",
    "../../hive/jison/create/create_database.jison",
    "create/create_database_no_db.jison",
    "../../hive/jison/create/create_function.jison",
    "../../hive/jison/create/create_index.jison",
    "../../hive/jison/create/create_role.jison",
    "../../hive/jison/create/create_table.jison",
    "../../hive/jison/create/create_temporary_function.jison",
    "../../hive/jison/create/create_temporary_macro.jison",
    "../../hive/jison/create/create_view.jison",
    "../../hive/jison/delete/delete.jison",
    "../../hive/jison/describe/describe.jison",
    "../../hive/jison/describe/describe_database.jison",
    "../../hive/jison/describe/describe_function.jison",
    "../../hive/jison/drop/drop_common.jison",
    "../../hive/jison/drop/drop_database.jison",
    "../../hive/jison/drop/drop_function.jison",
    "../../hive/jison/drop/drop_index.jison",
    "../../hive/jison/drop/drop_materialized_view.jison",
    "../../hive/jison/drop/drop_role.jison",
    "../../hive/jison/drop/drop_table.jison",
    "../../hive/jison/drop/drop_temporary_function.jison",
    "../../hive/jison/drop/drop_temporary_macro.jison",
    "../../hive/jison/drop/drop_view.jison",
    "../../hive/jison/export/export.jison",
    "../../hive/jison/grant/grant_common.jison",
    "../../hive/jison/grant/grant_privilege.jison",
    "../../hive/jison/grant/grant_role.jison",
    "../../hive/jison/grant/grant_user.jison",
    "../../hive/jison/grant/privilege_type.jison",
    "../../hive/jison/import/import.jison",
    "../../impala/jison/insert/cte_insert.jison",
    "../../hive/jison/insert/insert.jison",
    "load/load_data.jison",
    "../../hive/jison/merge/merge.jison",
    "msck/msck.jison",
    "../../hive/jison/reload/reload.jison",
    "../../hive/jison/revoke/revoke_admin_option_for.jison",
    "../../hive/jison/revoke/revoke_all.jison",
    "../../hive/jison/revoke/revoke_common.jison",
    "../../hive/jison/revoke/revoke_grant_option_for.jison",
    "../../hive/jison/revoke/revoke_privilege.jison",
    "../../hive/jison/revoke/revoke_role.jison",
    "../../hive/jison/revoke/revoke_user.jison",
    "../../generic/jison/set/set_all.jison",
    "../../hive/jison/set/set_common.jison",
    "../../generic/jison/set/set_option.jison",
    "../../hive/jison/set/set_role.jison",
    "../../hive/jison/show/show_columns.jison",
    "../../hive/jison/show/show_common.jison",
    "../../hive/jison/show/show_compactions.jison",
    "../../hive/jison/show/show_conf.jison",
    "../../hive/jison/show/show_create_table.jison",
    "../../hive/jison/show/show_current_roles.jison",
    "../../hive/jison/show/show_databases.jison",
    "../../hive/jison/show/show_functions.jison",
    "../../hive/jison/show/show_grant.jison",
    "../../hive/jison/show/show_index.jison",
    "../../hive/jison/show/show_locks.jison",
    "../../hive/jison/show/show_materialized_views.jison",
    "../../hive/jison/show/show_partitions.jison",
    "../../hive/jison/show/show_role.jison",
    "../../hive/jison/show/show_roles.jison",
    "../../hive/jison/show/show_table.jison",
    "../../hive/jison/show/show_tables.jison",
    "../../hive/jison/show/show_tblproperties.jison",
    "../../hive/jison/show/show_transactions.jison",
    "../../hive/jison/show/show_views.jison",
    "../../hive/jison/truncate/truncate_table.jison",
    "../../generic/jison/udf/aggregate/aggregate_common.jison",
    "../../generic/jison/udf/aggregate/avg.jison",
    "../../generic/jison/udf/aggregate/count.jison",
    "../../generic/jison/udf/aggregate/max.jison",
    "../../generic/jison/udf/aggregate/min.jison",
    "../../generic/jison/udf/aggregate/stddev_pop.jison",
    "../../generic/jison/udf/aggregate/stddev_samp.jison",
    "../../generic/jison/udf/aggregate/sum.jison",
    "../../generic/jison/udf/aggregate/var_pop.jison",
    "../../generic/jison/udf/aggregate/var_samp.jison",
    "../../generic/jison/udf/aggregate/variance.jison",
    "../../generic/jison/udf/analytic/analytic.jison",
    "../../generic/jison/udf/function/array.jison",
    "../../generic/jison/udf/function/cast.jison",
    "../../generic/jison/udf/function/if.jison",
    "../../generic/jison/udf/function/map.jison",
    "../../generic/jison/udf/function/truncate.jison",
    "../../generic/jison/udf/udf_common.jison",
    "../../hive/jison/udf/sql_aggregate.jison",
    "../../hive/jison/udf/sql_arbitrary.jison",
    "../../hive/jison/udf/sql_extract.jison",
    "../../hive/jison/update/update.jison",
    "../../generic/jison/use/use.jison",
    "../../generic/jison/sql_valueExpression.jison",
    "sql_main.jison",
    "../../generic/jison/syntax_footer.jison"
  ]
}
