{
  "lexer": "sql.jisonlex",
  "autocomplete": [
    "autocomplete_header.jison",
    "alter/alter_common.jison",
    "alter/alter_database.jison",
    "alter/alter_table.jison",
    "alter/alter_view.jison",
    "comment/comment_on.jison",
    "compute/compute_stats.jison",
    "create/create_aggregate_function.jison",
    "create/create_common.jison",
    "create/create_database.jison",
    "create/create_function.jison",
    "create/create_role.jison",
    "create/create_table.jison",
    "create/create_view.jison",
    "delete/delete.jison",
    "describe/describe.jison",
    "describe/describe_database.jison",
    "describe/describe_history.jison",
    "drop/drop_aggregate_function.jison",
    "drop/drop_common.jison",
    "drop/drop_database.jison",
    "drop/drop_function.jison",
    "drop/drop_incremental_stats.jison",
    "drop/drop_role.jison",
    "drop/drop_stats.jison",
    "drop/drop_table.jison",
    "drop/drop_view.jison",
    "grant/grant_common.jison",
    "grant/grant_on.jison",
    "grant/grant_role.jison",
    "insert/cte_insert.jison",
    "insert/insert.jison",
    "insert/insert_common.jison",
    "invalidate/invalidate_metadata.jison",
    "load/load_data.jison",
    "refresh/refresh.jison",
    "revoke/revoke_common.jison",
    "revoke/revoke_on.jison",
    "revoke/revoke_role.jison",
    "../../generic/jison/select/cte_select_statement.jison",
    "../../generic/jison/select/from_clause.jison",
    "../../generic/jison/select/group_by_clause.jison",
    "../../generic/jison/select/having_clause.jison",
    "select/joins.jison",
    "select/limit_clause.jison",
    "select/offset_clause.jison",
    "select/order_by_clause.jison",
    "select/select.jison",
    "select/select_conditions.jison",
    "../../generic/jison/select/union_clause.jison",
    "../../generic/jison/select/where_clause.jison",
    "set/set.jison",
    "show/show_column_stats.jison",
    "show/show_common.jison",
    "show/show_create_table.jison",
    "show/show_current_roles.jison",
    "show/show_databases.jison",
    "show/show_files.jison",
    "show/show_functions.jison",
    "show/show_grant.jison",
    "show/show_partitions.jison",
    "show/show_range_partitions.jison",
    "show/show_role.jison",
    "show/show_roles.jison",
    "show/show_table_stats.jison",
    "show/show_tables.jison",
    "truncate/truncate_table.jison",
    "udf/aggregate/aggregate_common.jison",
    "udf/aggregate/appx_median.jison",
    "../../generic/jison/udf/aggregate/avg.jison",
    "udf/aggregate/count.jison",
    "udf/aggregate/group_concat.jison",
    "../../generic/jison/udf/aggregate/max.jison",
    "../../generic/jison/udf/aggregate/min.jison",
    "udf/aggregate/ndv.jison",
    "udf/aggregate/stddev.jison",
    "../../generic/jison/udf/aggregate/stddev_pop.jison",
    "../../generic/jison/udf/aggregate/stddev_samp.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",
    "udf/aggregate/variance_pop.jison",
    "udf/aggregate/variance_samp.jison",
    "../../generic/jison/udf/analytic/analytic.jison",
    "../../generic/jison/udf/function/array.jison",
    "../../generic/jison/udf/function/cast.jison",
    "udf/function/extract.jison",
    "../../generic/jison/udf/function/if.jison",
    "../../generic/jison/udf/function/map.jison",
    "udf/function/replace.jison",
    "../../generic/jison/udf/function/truncate.jison",
    "udf/function/user.jison",
    "../../generic/jison/udf/udf_common.jison",
    "update/update.jison",
    "upsert/cte_upsert.jison",
    "upsert/upsert.jison",
    "sql_error.jison",
    "sql_main.jison",
    "../../generic/jison/use/use.jison",
    "sql_valueExpression.jison",
    "../../generic/jison/autocomplete_footer.jison"
  ],
  "syntax": [
    "syntax_header.jison",
    "alter/alter_common.jison",
    "alter/alter_database.jison",
    "alter/alter_table.jison",
    "alter/alter_view.jison",
    "comment/comment_on.jison",
    "compute/compute_stats.jison",
    "create/create_aggregate_function.jison",
    "create/create_common.jison",
    "create/create_database.jison",
    "create/create_function.jison",
    "create/create_role.jison",
    "create/create_table.jison",
    "create/create_view.jison",
    "delete/delete.jison",
    "describe/describe.jison",
    "describe/describe_database.jison",
    "describe/describe_history.jison",
    "drop/drop_aggregate_function.jison",
    "drop/drop_common.jison",
    "drop/drop_database.jison",
    "drop/drop_function.jison",
    "drop/drop_incremental_stats.jison",
    "drop/drop_role.jison",
    "drop/drop_stats.jison",
    "drop/drop_table.jison",
    "drop/drop_view.jison",
    "grant/grant_common.jison",
    "grant/grant_on.jison",
    "grant/grant_role.jison",
    "insert/cte_insert.jison",
    "insert/insert.jison",
    "insert/insert_common.jison",
    "invalidate/invalidate_metadata.jison",
    "load/load_data.jison",
    "refresh/refresh.jison",
    "revoke/revoke_common.jison",
    "revoke/revoke_on.jison",
    "revoke/revoke_role.jison",
    "../../generic/jison/select/cte_select_statement.jison",
    "../../generic/jison/select/from_clause.jison",
    "../../generic/jison/select/group_by_clause.jison",
    "../../generic/jison/select/having_clause.jison",
    "select/joins.jison",
    "select/limit_clause.jison",
    "select/offset_clause.jison",
    "select/order_by_clause.jison",
    "select/select.jison",
    "select/select_conditions.jison",
    "../../generic/jison/select/union_clause.jison",
    "../../generic/jison/select/where_clause.jison",
    "set/set.jison",
    "show/show_column_stats.jison",
    "show/show_common.jison",
    "show/show_create_table.jison",
    "show/show_current_roles.jison",
    "show/show_databases.jison",
    "show/show_files.jison",
    "show/show_functions.jison",
    "show/show_grant.jison",
    "show/show_partitions.jison",
    "show/show_range_partitions.jison",
    "show/show_role.jison",
    "show/show_roles.jison",
    "show/show_table_stats.jison",
    "show/show_tables.jison",
    "truncate/truncate_table.jison",
    "udf/aggregate/aggregate_common.jison",
    "udf/aggregate/appx_median.jison",
    "../../generic/jison/udf/aggregate/avg.jison",
    "udf/aggregate/count.jison",
    "udf/aggregate/group_concat.jison",
    "../../generic/jison/udf/aggregate/max.jison",
    "../../generic/jison/udf/aggregate/min.jison",
    "udf/aggregate/ndv.jison",
    "udf/aggregate/stddev.jison",
    "../../generic/jison/udf/aggregate/stddev_pop.jison",
    "../../generic/jison/udf/aggregate/stddev_samp.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",
    "udf/aggregate/variance_pop.jison",
    "udf/aggregate/variance_samp.jison",
    "../../generic/jison/udf/analytic/analytic.jison",
    "../../generic/jison/udf/function/array.jison",
    "../../generic/jison/udf/function/cast.jison",
    "udf/function/extract.jison",
    "../../generic/jison/udf/function/if.jison",
    "../../generic/jison/udf/function/map.jison",
    "udf/function/replace.jison",
    "../../generic/jison/udf/function/truncate.jison",
    "udf/function/user.jison",
    "../../generic/jison/udf/udf_common.jison",
    "update/update.jison",
    "upsert/cte_upsert.jison",
    "upsert/upsert.jison",
    "sql_main.jison",
    "../../generic/jison/use/use.jison",
    "sql_valueExpression.jison",
    "../../generic/jison/syntax_footer.jison"
  ]
}
