Files
superset2/.mypy_cache/3.6/tests/sql_parse_tests.data.json
Maxime Beauchemin 57bccba93a simple redirect
2023-08-10 16:28:51 -07:00

1 line
12 KiB
JSON

{".class": "MypyFile", "_fullname": "tests.sql_parse_tests", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "ParsedQuery": {".class": "SymbolTableNode", "cross_ref": "superset.sql_parse.ParsedQuery", "kind": "Gdef"}, "SupersetTestCase": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["unittest.case.TestCase"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "tests.sql_parse_tests.SupersetTestCase", "name": "SupersetTestCase", "type_vars": []}, "flags": [], "fullname": "tests.sql_parse_tests.SupersetTestCase", "metaclass_type": null, "metadata": {}, "module_name": "tests.sql_parse_tests", "mro": ["tests.sql_parse_tests.SupersetTestCase", "unittest.case.TestCase", "builtins.object"], "names": {".class": "SymbolTable", "extract_tables": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "query"], "flags": [], "fullname": "tests.sql_parse_tests.SupersetTestCase.extract_tables", "name": "extract_tables", "type": null}}, "test_basic_breakdown_statements": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "tests.sql_parse_tests.SupersetTestCase.test_basic_breakdown_statements", "name": "test_basic_breakdown_statements", "type": null}}, "test_combinations": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "tests.sql_parse_tests.SupersetTestCase.test_combinations", "name": "test_combinations", "type": null}}, "test_complex_cte_with_prefix": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "tests.sql_parse_tests.SupersetTestCase.test_complex_cte_with_prefix", "name": "test_complex_cte_with_prefix", "type": null}}, "test_complex_extract_tables": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "tests.sql_parse_tests.SupersetTestCase.test_complex_extract_tables", "name": "test_complex_extract_tables", "type": null}}, "test_complex_extract_tables2": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "tests.sql_parse_tests.SupersetTestCase.test_complex_extract_tables2", "name": "test_complex_extract_tables2", "type": null}}, "test_complex_extract_tables3": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "tests.sql_parse_tests.SupersetTestCase.test_complex_extract_tables3", "name": "test_complex_extract_tables3", "type": null}}, "test_describe": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "tests.sql_parse_tests.SupersetTestCase.test_describe", "name": "test_describe", "type": null}}, "test_explain": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "tests.sql_parse_tests.SupersetTestCase.test_explain", "name": "test_explain", "type": null}}, "test_get_query_with_new_limit_comment": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "tests.sql_parse_tests.SupersetTestCase.test_get_query_with_new_limit_comment", "name": "test_get_query_with_new_limit_comment", "type": null}}, "test_get_query_with_new_limit_comment_with_limit": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "tests.sql_parse_tests.SupersetTestCase.test_get_query_with_new_limit_comment_with_limit", "name": "test_get_query_with_new_limit_comment_with_limit", "type": null}}, "test_get_query_with_new_limit_lower": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "tests.sql_parse_tests.SupersetTestCase.test_get_query_with_new_limit_lower", "name": "test_get_query_with_new_limit_lower", "type": null}}, "test_get_query_with_new_limit_upper": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "tests.sql_parse_tests.SupersetTestCase.test_get_query_with_new_limit_upper", "name": "test_get_query_with_new_limit_upper", "type": null}}, "test_identifier_list_with_keyword_as_alias": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "tests.sql_parse_tests.SupersetTestCase.test_identifier_list_with_keyword_as_alias", "name": "test_identifier_list_with_keyword_as_alias", "type": null}}, "test_join": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "tests.sql_parse_tests.SupersetTestCase.test_join", "name": "test_join", "type": null}}, "test_messy_breakdown_statements": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "tests.sql_parse_tests.SupersetTestCase.test_messy_breakdown_statements", "name": "test_messy_breakdown_statements", "type": null}}, "test_mixed_from_clause": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "tests.sql_parse_tests.SupersetTestCase.test_mixed_from_clause", "name": "test_mixed_from_clause", "type": null}}, "test_multistatement": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "tests.sql_parse_tests.SupersetTestCase.test_multistatement", "name": "test_multistatement", "type": null}}, "test_nested_selects": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "tests.sql_parse_tests.SupersetTestCase.test_nested_selects", "name": "test_nested_selects", "type": null}}, "test_reusing_aliases": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "tests.sql_parse_tests.SupersetTestCase.test_reusing_aliases", "name": "test_reusing_aliases", "type": null}}, "test_reverse_select": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "tests.sql_parse_tests.SupersetTestCase.test_reverse_select", "name": "test_reverse_select", "type": null}}, "test_select_array": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "tests.sql_parse_tests.SupersetTestCase.test_select_array", "name": "test_select_array", "type": null}}, "test_select_from_values": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "tests.sql_parse_tests.SupersetTestCase.test_select_from_values", "name": "test_select_from_values", "type": null}}, "test_select_if": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "tests.sql_parse_tests.SupersetTestCase.test_select_if", "name": "test_select_if", "type": null}}, "test_select_in_expression": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "tests.sql_parse_tests.SupersetTestCase.test_select_in_expression", "name": "test_select_in_expression", "type": null}}, "test_select_named_table": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "tests.sql_parse_tests.SupersetTestCase.test_select_named_table", "name": "test_select_named_table", "type": null}}, "test_show_columns": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "tests.sql_parse_tests.SupersetTestCase.test_show_columns", "name": "test_show_columns", "type": null}}, "test_show_partitions": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "tests.sql_parse_tests.SupersetTestCase.test_show_partitions", "name": "test_show_partitions", "type": null}}, "test_show_tables": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "tests.sql_parse_tests.SupersetTestCase.test_show_tables", "name": "test_show_tables", "type": null}}, "test_simple_select": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "tests.sql_parse_tests.SupersetTestCase.test_simple_select", "name": "test_simple_select", "type": null}}, "test_subselect": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "tests.sql_parse_tests.SupersetTestCase.test_subselect", "name": "test_subselect", "type": null}}, "test_table": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "tests.sql_parse_tests.SupersetTestCase.test_table", "name": "test_table", "type": null}}, "test_union": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "tests.sql_parse_tests.SupersetTestCase.test_union", "name": "test_union", "type": null}}, "test_update_not_select": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "tests.sql_parse_tests.SupersetTestCase.test_update_not_select", "name": "test_update_not_select", "type": null}}, "test_where_subquery": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "tests.sql_parse_tests.SupersetTestCase.test_where_subquery", "name": "test_where_subquery", "type": null}}, "test_with": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "tests.sql_parse_tests.SupersetTestCase.test_with", "name": "test_with", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Table": {".class": "SymbolTableNode", "cross_ref": "superset.sql_parse.Table", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "tests.sql_parse_tests.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "tests.sql_parse_tests.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "tests.sql_parse_tests.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "tests.sql_parse_tests.__package__", "name": "__package__", "type": "builtins.str"}}, "unittest": {".class": "SymbolTableNode", "cross_ref": "unittest", "kind": "Gdef"}}, "path": "tests/sql_parse_tests.py"}