1 line
35 KiB
JSON
1 line
35 KiB
JSON
{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_sqlalchemy_dialects_postgresql_ext_py", "label": "ext.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/ext.py", "source_location": "L1"}, {"id": "ext_aggregate_order_by", "label": "aggregate_order_by", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/ext.py", "source_location": "L44"}, {"id": "ext_init", "label": "__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/ext.py", "source_location": "L91"}, {"id": "ext_aggregate_order_by_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/ext.py", "source_location": "L104"}, {"id": "ext_aggregate_order_by_self_group", "label": ".self_group()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/ext.py", "source_location": "L127"}, {"id": "ext_aggregate_order_by_get_children", "label": ".get_children()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/ext.py", "source_location": "L132"}, {"id": "ext_aggregate_order_by_copy_internals", "label": "._copy_internals()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/ext.py", "source_location": "L135"}, {"id": "ext_from_objects", "label": "_from_objects()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/ext.py", "source_location": "L142"}, {"id": "ext_excludeconstraint", "label": "ExcludeConstraint", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/ext.py", "source_location": "L146"}, {"id": "columncollectionconstraint", "label": "ColumnCollectionConstraint", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "ext_excludeconstraint_set_parent", "label": "._set_parent()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/ext.py", "source_location": "L299"}, {"id": "ext_excludeconstraint_copy", "label": "._copy()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/ext.py", "source_location": "L311"}, {"id": "ext_array_agg", "label": "array_agg()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/ext.py", "source_location": "L331"}, {"id": "ext_regconfig_fn", "label": "_regconfig_fn", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/ext.py", "source_location": "L342"}, {"id": "ext_regconfig_fn_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/ext.py", "source_location": "L345"}, {"id": "ext_to_tsvector", "label": "to_tsvector", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/ext.py", "source_location": "L371"}, {"id": "ext_to_tsquery", "label": "to_tsquery", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/ext.py", "source_location": "L393"}, {"id": "ext_plainto_tsquery", "label": "plainto_tsquery", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/ext.py", "source_location": "L415"}, {"id": "ext_phraseto_tsquery", "label": "phraseto_tsquery", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/ext.py", "source_location": "L437"}, {"id": "ext_websearch_to_tsquery", "label": "websearch_to_tsquery", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/ext.py", "source_location": "L459"}, {"id": "ext_ts_headline", "label": "ts_headline", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/ext.py", "source_location": "L481"}, {"id": "ext_ts_headline_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/ext.py", "source_location": "L502"}, {"id": "ext_rationale_45", "label": "Represent a PostgreSQL aggregate order by expression. E.g.:: from", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/ext.py", "source_location": "L45"}, {"id": "ext_rationale_147", "label": "A table-level EXCLUDE constraint. Defines an EXCLUDE constraint as describe", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/ext.py", "source_location": "L147"}, {"id": "ext_rationale_171", "label": "r\"\"\" Create an :class:`.ExcludeConstraint` object. E.g.::", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/ext.py", "source_location": "L171"}, {"id": "ext_rationale_332", "label": "PostgreSQL-specific form of :class:`_functions.array_agg`, ensures return ty", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/ext.py", "source_location": "L332"}, {"id": "ext_rationale_372", "label": "The PostgreSQL ``to_tsvector`` SQL function. This function applies automati", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/ext.py", "source_location": "L372"}, {"id": "ext_rationale_394", "label": "The PostgreSQL ``to_tsquery`` SQL function. This function applies automatic", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/ext.py", "source_location": "L394"}, {"id": "ext_rationale_416", "label": "The PostgreSQL ``plainto_tsquery`` SQL function. This function applies auto", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/ext.py", "source_location": "L416"}, {"id": "ext_rationale_438", "label": "The PostgreSQL ``phraseto_tsquery`` SQL function. This function applies aut", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/ext.py", "source_location": "L438"}, {"id": "ext_rationale_460", "label": "The PostgreSQL ``websearch_to_tsquery`` SQL function. This function applies", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/ext.py", "source_location": "L460"}, {"id": "ext_rationale_482", "label": "The PostgreSQL ``ts_headline`` SQL function. This function applies automati", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/ext.py", "source_location": "L482"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_dialects_postgresql_ext_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/ext.py", "source_location": "L10", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_dialects_postgresql_ext_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/ext.py", "source_location": "L11", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_dialects_postgresql_ext_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/ext.py", "source_location": "L12", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_dialects_postgresql_ext_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/ext.py", "source_location": "L13", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_dialects_postgresql_ext_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/ext.py", "source_location": "L14", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_dialects_postgresql_ext_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/ext.py", "source_location": "L15", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_dialects_postgresql_ext_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/ext.py", "source_location": "L16", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_dialects_postgresql_ext_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/ext.py", "source_location": "L17", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_dialects_postgresql_ext_py", "target": "backend_venv_lib_python3_12_site_packages_sqlalchemy_dialects_postgresql_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/ext.py", "source_location": "L19", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_dialects_postgresql_ext_py", "target": "backend_venv_lib_python3_12_site_packages_sqlalchemy_dialects_postgresql_array_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/ext.py", "source_location": "L20", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_dialects_postgresql_ext_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/ext.py", "source_location": "L21", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_dialects_postgresql_ext_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/ext.py", "source_location": "L22", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_dialects_postgresql_ext_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/ext.py", "source_location": "L23", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_dialects_postgresql_ext_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/ext.py", "source_location": "L24", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_dialects_postgresql_ext_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/ext.py", "source_location": "L25", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_dialects_postgresql_ext_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/ext.py", "source_location": "L26", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_dialects_postgresql_ext_py", "target": "backend_venv_lib_python3_12_site_packages_sqlalchemy_sql_schema_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/ext.py", "source_location": "L27", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_dialects_postgresql_ext_py", "target": "backend_venv_lib_python3_12_site_packages_sqlalchemy_sql_sqltypes_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/ext.py", "source_location": "L28", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_dialects_postgresql_ext_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/ext.py", "source_location": "L29", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_dialects_postgresql_ext_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/ext.py", "source_location": "L32", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_dialects_postgresql_ext_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/ext.py", "source_location": "L33", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_dialects_postgresql_ext_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/ext.py", "source_location": "L34", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_dialects_postgresql_ext_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/ext.py", "source_location": "L35", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_dialects_postgresql_ext_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/ext.py", "source_location": "L36", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_dialects_postgresql_ext_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/ext.py", "source_location": "L37", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_dialects_postgresql_ext_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/ext.py", "source_location": "L38", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_dialects_postgresql_ext_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/ext.py", "source_location": "L39", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_dialects_postgresql_ext_py", "target": "ext_aggregate_order_by", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/ext.py", "source_location": "L44", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_dialects_postgresql_ext_py", "target": "ext_init", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/ext.py", "source_location": "L91", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_dialects_postgresql_ext_py", "target": "ext_init", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/ext.py", "source_location": "L98", "weight": 1.0}, {"source": "ext_aggregate_order_by", "target": "ext_aggregate_order_by_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/ext.py", "source_location": "L104", "weight": 1.0}, {"source": "ext_aggregate_order_by", "target": "ext_aggregate_order_by_self_group", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/ext.py", "source_location": "L127", "weight": 1.0}, {"source": "ext_aggregate_order_by", "target": "ext_aggregate_order_by_get_children", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/ext.py", "source_location": "L132", "weight": 1.0}, {"source": "ext_aggregate_order_by", "target": "ext_aggregate_order_by_copy_internals", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/ext.py", "source_location": "L135", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_dialects_postgresql_ext_py", "target": "ext_from_objects", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/ext.py", "source_location": "L142", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_dialects_postgresql_ext_py", "target": "ext_excludeconstraint", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/ext.py", "source_location": "L146", "weight": 1.0}, {"source": "ext_excludeconstraint", "target": "columncollectionconstraint", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/ext.py", "source_location": "L146", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_dialects_postgresql_ext_py", "target": "ext_init", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/ext.py", "source_location": "L168", "weight": 1.0}, {"source": "ext_excludeconstraint", "target": "ext_excludeconstraint_set_parent", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/ext.py", "source_location": "L299", "weight": 1.0}, {"source": "ext_excludeconstraint", "target": "ext_excludeconstraint_copy", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/ext.py", "source_location": "L311", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_dialects_postgresql_ext_py", "target": "ext_array_agg", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/ext.py", "source_location": "L331", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_dialects_postgresql_ext_py", "target": "ext_regconfig_fn", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/ext.py", "source_location": "L342", "weight": 1.0}, {"source": "ext_regconfig_fn", "target": "ext_regconfig_fn_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/ext.py", "source_location": "L345", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_dialects_postgresql_ext_py", "target": "ext_to_tsvector", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/ext.py", "source_location": "L371", "weight": 1.0}, {"source": "ext_to_tsvector", "target": "ext_regconfig_fn", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/ext.py", "source_location": "L371", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_dialects_postgresql_ext_py", "target": "ext_to_tsquery", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/ext.py", "source_location": "L393", "weight": 1.0}, {"source": "ext_to_tsquery", "target": "ext_regconfig_fn", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/ext.py", "source_location": "L393", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_dialects_postgresql_ext_py", "target": "ext_plainto_tsquery", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/ext.py", "source_location": "L415", "weight": 1.0}, {"source": "ext_plainto_tsquery", "target": "ext_regconfig_fn", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/ext.py", "source_location": "L415", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_dialects_postgresql_ext_py", "target": "ext_phraseto_tsquery", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/ext.py", "source_location": "L437", "weight": 1.0}, {"source": "ext_phraseto_tsquery", "target": "ext_regconfig_fn", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/ext.py", "source_location": "L437", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_dialects_postgresql_ext_py", "target": "ext_websearch_to_tsquery", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/ext.py", "source_location": "L459", "weight": 1.0}, {"source": "ext_websearch_to_tsquery", "target": "ext_regconfig_fn", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/ext.py", "source_location": "L459", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_dialects_postgresql_ext_py", "target": "ext_ts_headline", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/ext.py", "source_location": "L481", "weight": 1.0}, {"source": "ext_ts_headline", "target": "ext_regconfig_fn", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/ext.py", "source_location": "L481", "weight": 1.0}, {"source": "ext_ts_headline", "target": "ext_ts_headline_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/ext.py", "source_location": "L502", "weight": 1.0}, {"source": "ext_init", "target": "ext_ts_headline_init", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/ext.py", "source_location": "L285", "weight": 1.0}, {"source": "ext_regconfig_fn_init", "target": "ext_ts_headline_init", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/ext.py", "source_location": "L368", "weight": 1.0}, {"source": "ext_rationale_45", "target": "ext_aggregate_order_by", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/ext.py", "source_location": "L45", "weight": 1.0}, {"source": "ext_rationale_147", "target": "ext_excludeconstraint", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/ext.py", "source_location": "L147", "weight": 1.0}, {"source": "ext_rationale_171", "target": "ext_excludeconstraint_init", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/ext.py", "source_location": "L171", "weight": 1.0}, {"source": "ext_rationale_332", "target": "ext_array_agg", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/ext.py", "source_location": "L332", "weight": 1.0}, {"source": "ext_rationale_372", "target": "ext_to_tsvector", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/ext.py", "source_location": "L372", "weight": 1.0}, {"source": "ext_rationale_394", "target": "ext_to_tsquery", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/ext.py", "source_location": "L394", "weight": 1.0}, {"source": "ext_rationale_416", "target": "ext_plainto_tsquery", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/ext.py", "source_location": "L416", "weight": 1.0}, {"source": "ext_rationale_438", "target": "ext_phraseto_tsquery", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/ext.py", "source_location": "L438", "weight": 1.0}, {"source": "ext_rationale_460", "target": "ext_websearch_to_tsquery", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/ext.py", "source_location": "L460", "weight": 1.0}, {"source": "ext_rationale_482", "target": "ext_ts_headline", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/ext.py", "source_location": "L482", "weight": 1.0}], "raw_calls": [{"caller_nid": "ext_aggregate_order_by_init", "callee": "expect", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/ext.py", "source_location": "L109"}, {"caller_nid": "ext_aggregate_order_by_init", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/ext.py", "source_location": "L114"}, {"caller_nid": "ext_aggregate_order_by_init", "callee": "TypeError", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/ext.py", "source_location": "L117"}, {"caller_nid": "ext_aggregate_order_by_init", "callee": "expect", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/ext.py", "source_location": "L119"}, {"caller_nid": "ext_aggregate_order_by_init", "callee": "ClauseList", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/ext.py", "source_location": "L123"}, {"caller_nid": "ext_aggregate_order_by_copy_internals", "callee": "clone", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/ext.py", "source_location": "L138"}, {"caller_nid": "ext_aggregate_order_by_copy_internals", "callee": "clone", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/ext.py", "source_location": "L139"}, {"caller_nid": "ext_init", "callee": "zip", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/ext.py", "source_location": "L264"}, {"caller_nid": "ext_init", "callee": "zip", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/ext.py", "source_location": "L266"}, {"caller_nid": "ext_init", "callee": "expect_col_expression_collection", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/ext.py", "source_location": "L267"}, {"caller_nid": "ext_init", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/ext.py", "source_location": "L273"}, {"caller_nid": "ext_init", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/ext.py", "source_location": "L281"}, {"caller_nid": "ext_init", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/ext.py", "source_location": "L288"}, {"caller_nid": "ext_init", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/ext.py", "source_location": "L289"}, {"caller_nid": "ext_init", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/ext.py", "source_location": "L290"}, {"caller_nid": "ext_init", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/ext.py", "source_location": "L292"}, {"caller_nid": "ext_init", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/ext.py", "source_location": "L293"}, {"caller_nid": "ext_init", "callee": "expect", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/ext.py", "source_location": "L295"}, {"caller_nid": "ext_init", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/ext.py", "source_location": "L297"}, {"caller_nid": "ext_excludeconstraint_set_parent", "callee": "super", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/ext.py", "source_location": "L300"}, {"caller_nid": "ext_excludeconstraint_set_parent", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/ext.py", "source_location": "L304"}, {"caller_nid": "ext_excludeconstraint_copy", "callee": "_copy_expression", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/ext.py", "source_location": "L314"}, {"caller_nid": "ext_excludeconstraint_copy", "callee": "__class__", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/ext.py", "source_location": "L319"}, {"caller_nid": "ext_excludeconstraint_copy", "callee": "_update", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/ext.py", "source_location": "L327"}, {"caller_nid": "ext_regconfig_fn_init", "callee": "list", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/ext.py", "source_location": "L346"}, {"caller_nid": "ext_regconfig_fn_init", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/ext.py", "source_location": "L347"}, {"caller_nid": "ext_regconfig_fn_init", "callee": "expect", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/ext.py", "source_location": "L348"}, {"caller_nid": "ext_regconfig_fn_init", "callee": "pop", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/ext.py", "source_location": "L350"}, {"caller_nid": "ext_regconfig_fn_init", "callee": "getattr", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/ext.py", "source_location": "L351"}, {"caller_nid": "ext_regconfig_fn_init", "callee": "expect", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/ext.py", "source_location": "L360"}, {"caller_nid": "ext_regconfig_fn_init", "callee": "getattr", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/ext.py", "source_location": "L363"}, {"caller_nid": "ext_regconfig_fn_init", "callee": "super", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/ext.py", "source_location": "L368"}, {"caller_nid": "ext_ts_headline_init", "callee": "list", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/ext.py", "source_location": "L503"}, {"caller_nid": "ext_ts_headline_init", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/ext.py", "source_location": "L507"}, {"caller_nid": "ext_ts_headline_init", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/ext.py", "source_location": "L511"}, {"caller_nid": "ext_ts_headline_init", "callee": "expect", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/ext.py", "source_location": "L520"}, {"caller_nid": "ext_ts_headline_init", "callee": "pop", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/ext.py", "source_location": "L522"}, {"caller_nid": "ext_ts_headline_init", "callee": "getattr", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/ext.py", "source_location": "L524"}, {"caller_nid": "ext_ts_headline_init", "callee": "expect", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/ext.py", "source_location": "L532"}, {"caller_nid": "ext_ts_headline_init", "callee": "getattr", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/ext.py", "source_location": "L535"}, {"caller_nid": "ext_ts_headline_init", "callee": "super", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/ext.py", "source_location": "L540"}]} |