1 line
29 KiB
JSON
1 line
29 KiB
JSON
{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_sqlalchemy_dialects_postgresql_array_py", "label": "array.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/array.py", "source_location": "L1"}, {"id": "array_any", "label": "Any()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/array.py", "source_location": "L50"}, {"id": "array_all", "label": "All()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/array.py", "source_location": "L63"}, {"id": "array_array", "label": "array", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/array.py", "source_location": "L76"}, {"id": "array_array_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/array.py", "source_location": "L163"}, {"id": "array_select_iterable", "label": "_select_iterable()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/array.py", "source_location": "L199"}, {"id": "array_array_bind_param", "label": "._bind_param()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/array.py", "source_location": "L202"}, {"id": "array_array_self_group", "label": ".self_group()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/array.py", "source_location": "L229"}, {"id": "array_comparator", "label": "Comparator", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/array.py", "source_location": "L361"}, {"id": "array_comparator_contains", "label": ".contains()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/array.py", "source_location": "L371"}, {"id": "array_comparator_contained_by", "label": ".contained_by()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/array.py", "source_location": "L382"}, {"id": "array_comparator_overlap", "label": ".overlap()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/array.py", "source_location": "L390"}, {"id": "array_against_native_enum", "label": "_against_native_enum()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/array.py", "source_location": "L399"}, {"id": "array_array_literal_processor", "label": ".literal_processor()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/array.py", "source_location": "L405"}, {"id": "array_array_bind_processor", "label": ".bind_processor()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/array.py", "source_location": "L425"}, {"id": "array_array_result_processor", "label": ".result_processor()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/array.py", "source_location": "L444"}, {"id": "array_split_enum_values", "label": "_split_enum_values()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/array.py", "source_location": "L489"}, {"id": "array_rationale_55", "label": "A synonym for the ARRAY-level :meth:`.ARRAY.Comparator.any` method. See that", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/array.py", "source_location": "L55"}, {"id": "array_rationale_68", "label": "A synonym for the ARRAY-level :meth:`.ARRAY.Comparator.all` method. See that", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/array.py", "source_location": "L68"}, {"id": "array_rationale_77", "label": "A PostgreSQL ARRAY literal. This is used to produce ARRAY literals in SQL e", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/array.py", "source_location": "L77"}, {"id": "array_rationale_170", "label": "r\"\"\"Construct an ARRAY literal. :param clauses: iterable, such as a lis", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/array.py", "source_location": "L170"}, {"id": "array_rationale_239", "label": "PostgreSQL ARRAY type. The :class:`_postgresql.ARRAY` type is constructed i", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/array.py", "source_location": "L239"}, {"id": "array_rationale_317", "label": "Construct an ARRAY. E.g.:: Column(\"myarray\", ARRAY(Integer))", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/array.py", "source_location": "L317"}, {"id": "array_rationale_362", "label": "Define comparison operations for :class:`_types.ARRAY`. Note that these", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/array.py", "source_location": "L362"}, {"id": "array_rationale_374", "label": "Boolean expression. Test if elements are a superset of the elements", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/array.py", "source_location": "L374"}, {"id": "array_rationale_383", "label": "Boolean expression. Test if elements are a proper subset of the ele", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/array.py", "source_location": "L383"}, {"id": "array_rationale_391", "label": "Boolean expression. Test if array has elements in common with an ar", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/array.py", "source_location": "L391"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_dialects_postgresql_array_py", "target": "re", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/array.py", "source_location": "L11", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_dialects_postgresql_array_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/array.py", "source_location": "L12", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_dialects_postgresql_array_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/array.py", "source_location": "L13", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_dialects_postgresql_array_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/array.py", "source_location": "L14", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_dialects_postgresql_array_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/array.py", "source_location": "L15", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_dialects_postgresql_array_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/array.py", "source_location": "L16", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_dialects_postgresql_array_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/array.py", "source_location": "L17", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_dialects_postgresql_array_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/array.py", "source_location": "L18", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_dialects_postgresql_array_py", "target": "backend_venv_lib_python3_12_site_packages_sqlalchemy_dialects_postgresql_operators_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/array.py", "source_location": "L20", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_dialects_postgresql_array_py", "target": "backend_venv_lib_python3_12_site_packages_sqlalchemy_dialects_postgresql_operators_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/array.py", "source_location": "L21", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_dialects_postgresql_array_py", "target": "backend_venv_lib_python3_12_site_packages_sqlalchemy_dialects_postgresql_operators_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/array.py", "source_location": "L22", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_dialects_postgresql_array_py", "target": "backend_venv_lib_python3_12_site_packages_sqlalchemy_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/array.py", "source_location": "L23", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_dialects_postgresql_array_py", "target": "backend_venv_lib_python3_12_site_packages_sqlalchemy_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/array.py", "source_location": "L24", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_dialects_postgresql_array_py", "target": "backend_venv_lib_python3_12_site_packages_sqlalchemy_sql_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/array.py", "source_location": "L25", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_dialects_postgresql_array_py", "target": "backend_venv_lib_python3_12_site_packages_sqlalchemy_sql_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/array.py", "source_location": "L26", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_dialects_postgresql_array_py", "target": "backend_venv_lib_python3_12_site_packages_sqlalchemy_sql_visitors_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/array.py", "source_location": "L27", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_dialects_postgresql_array_py", "target": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_interfaces_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/array.py", "source_location": "L30", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_dialects_postgresql_array_py", "target": "backend_venv_lib_python3_12_site_packages_sqlalchemy_sql_typing_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/array.py", "source_location": "L31", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_dialects_postgresql_array_py", "target": "backend_venv_lib_python3_12_site_packages_sqlalchemy_sql_typing_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/array.py", "source_location": "L32", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_dialects_postgresql_array_py", "target": "backend_venv_lib_python3_12_site_packages_sqlalchemy_sql_elements_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/array.py", "source_location": "L33", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_dialects_postgresql_array_py", "target": "backend_venv_lib_python3_12_site_packages_sqlalchemy_sql_elements_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/array.py", "source_location": "L34", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_dialects_postgresql_array_py", "target": "backend_venv_lib_python3_12_site_packages_sqlalchemy_sql_expression_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/array.py", "source_location": "L35", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_dialects_postgresql_array_py", "target": "backend_venv_lib_python3_12_site_packages_sqlalchemy_sql_operators_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/array.py", "source_location": "L36", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_dialects_postgresql_array_py", "target": "backend_venv_lib_python3_12_site_packages_sqlalchemy_sql_selectable_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/array.py", "source_location": "L37", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_dialects_postgresql_array_py", "target": "backend_venv_lib_python3_12_site_packages_sqlalchemy_sql_type_api_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/array.py", "source_location": "L38", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_dialects_postgresql_array_py", "target": "backend_venv_lib_python3_12_site_packages_sqlalchemy_sql_type_api_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/array.py", "source_location": "L39", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_dialects_postgresql_array_py", "target": "backend_venv_lib_python3_12_site_packages_sqlalchemy_sql_type_api_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/array.py", "source_location": "L40", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_dialects_postgresql_array_py", "target": "backend_venv_lib_python3_12_site_packages_sqlalchemy_sql_type_api_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/array.py", "source_location": "L41", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_dialects_postgresql_array_py", "target": "backend_venv_lib_python3_12_site_packages_sqlalchemy_sql_visitors_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/array.py", "source_location": "L42", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_dialects_postgresql_array_py", "target": "backend_venv_lib_python3_12_site_packages_sqlalchemy_util_typing_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/array.py", "source_location": "L43", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_dialects_postgresql_array_py", "target": "array_any", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/array.py", "source_location": "L50", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_dialects_postgresql_array_py", "target": "array_all", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/array.py", "source_location": "L63", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_dialects_postgresql_array_py", "target": "array_array", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/array.py", "source_location": "L76", "weight": 1.0}, {"source": "array_array", "target": "array_array_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/array.py", "source_location": "L163", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_dialects_postgresql_array_py", "target": "array_select_iterable", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/array.py", "source_location": "L199", "weight": 1.0}, {"source": "array_array", "target": "array_array_bind_param", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/array.py", "source_location": "L202", "weight": 1.0}, {"source": "array_array", "target": "array_array_self_group", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/array.py", "source_location": "L229", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_dialects_postgresql_array_py", "target": "array_array", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/array.py", "source_location": "L238", "weight": 1.0}, {"source": "array_array", "target": "array_array_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/array.py", "source_location": "L310", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_dialects_postgresql_array_py", "target": "array_comparator", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/array.py", "source_location": "L361", "weight": 1.0}, {"source": "array_comparator", "target": "array_comparator_contains", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/array.py", "source_location": "L371", "weight": 1.0}, {"source": "array_comparator", "target": "array_comparator_contained_by", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/array.py", "source_location": "L382", "weight": 1.0}, {"source": "array_comparator", "target": "array_comparator_overlap", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/array.py", "source_location": "L390", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_dialects_postgresql_array_py", "target": "array_against_native_enum", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/array.py", "source_location": "L399", "weight": 1.0}, {"source": "array_array", "target": "array_array_literal_processor", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/array.py", "source_location": "L405", "weight": 1.0}, {"source": "array_array", "target": "array_array_bind_processor", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/array.py", "source_location": "L425", "weight": 1.0}, {"source": "array_array", "target": "array_array_result_processor", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/array.py", "source_location": "L444", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_dialects_postgresql_array_py", "target": "array_split_enum_values", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/array.py", "source_location": "L489", "weight": 1.0}, {"source": "array_array_init", "target": "array_array", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/array.py", "source_location": "L187", "weight": 1.0}, {"source": "array_array_bind_param", "target": "array_array", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/array.py", "source_location": "L220", "weight": 1.0}, {"source": "array_rationale_55", "target": "array_any", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/array.py", "source_location": "L55", "weight": 1.0}, {"source": "array_rationale_68", "target": "array_all", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/array.py", "source_location": "L68", "weight": 1.0}, {"source": "array_rationale_77", "target": "array_array", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/array.py", "source_location": "L77", "weight": 1.0}, {"source": "array_rationale_170", "target": "array_array_init", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/array.py", "source_location": "L170", "weight": 1.0}, {"source": "array_rationale_239", "target": "array_array", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/array.py", "source_location": "L239", "weight": 1.0}, {"source": "array_rationale_317", "target": "array_array_init", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/array.py", "source_location": "L317", "weight": 1.0}, {"source": "array_rationale_362", "target": "array_comparator", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/array.py", "source_location": "L362", "weight": 1.0}, {"source": "array_rationale_374", "target": "array_comparator_contains", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/array.py", "source_location": "L374", "weight": 1.0}, {"source": "array_rationale_383", "target": "array_comparator_contained_by", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/array.py", "source_location": "L383", "weight": 1.0}, {"source": "array_rationale_391", "target": "array_comparator_overlap", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/array.py", "source_location": "L391", "weight": 1.0}], "raw_calls": [{"caller_nid": "array_array_init", "callee": "super", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/array.py", "source_location": "L178"}, {"caller_nid": "array_array_init", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/array.py", "source_location": "L186"}, {"caller_nid": "array_array_bind_param", "callee": "BindParameter", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/array.py", "source_location": "L210"}, {"caller_nid": "array_array_self_group", "callee": "Grouping", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/array.py", "source_location": "L233"}, {"caller_nid": "array_array_init", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/array.py", "source_location": "L349"}, {"caller_nid": "array_array_init", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/array.py", "source_location": "L350"}, {"caller_nid": "array_array_init", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/array.py", "source_location": "L354"}, {"caller_nid": "array_array_init", "callee": "item_type", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/array.py", "source_location": "L355"}, {"caller_nid": "array_comparator_contains", "callee": "operate", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/array.py", "source_location": "L380"}, {"caller_nid": "array_comparator_contained_by", "callee": "operate", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/array.py", "source_location": "L386"}, {"caller_nid": "array_comparator_overlap", "callee": "operate", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/array.py", "source_location": "L394"}, {"caller_nid": "array_against_native_enum", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/array.py", "source_location": "L401"}, {"caller_nid": "array_array_literal_processor", "callee": "dialect_impl", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/array.py", "source_location": "L408"}, {"caller_nid": "array_array_bind_processor", "callee": "dialect_impl", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/array.py", "source_location": "L428"}, {"caller_nid": "array_array_result_processor", "callee": "dialect_impl", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/array.py", "source_location": "L447"}, {"caller_nid": "array_array_result_processor", "callee": "compile", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/array.py", "source_location": "L466"}, {"caller_nid": "array_split_enum_values", "callee": "split", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/array.py", "source_location": "L494"}, {"caller_nid": "array_split_enum_values", "callee": "replace", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/array.py", "source_location": "L501"}, {"caller_nid": "array_split_enum_values", "callee": "replace", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/array.py", "source_location": "L502"}, {"caller_nid": "array_split_enum_values", "callee": "split", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/array.py", "source_location": "L504"}, {"caller_nid": "array_split_enum_values", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/array.py", "source_location": "L510"}, {"caller_nid": "array_split_enum_values", "callee": "replace", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/array.py", "source_location": "L510"}, {"caller_nid": "array_split_enum_values", "callee": "extend", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/array.py", "source_location": "L513"}, {"caller_nid": "array_split_enum_values", "callee": "findall", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/array.py", "source_location": "L516"}]} |