1 line
36 KiB
JSON
1 line
36 KiB
JSON
{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_sqlalchemy_dialects_postgresql_hstore_py", "label": "hstore.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L1"}, {"id": "hstore_hstore", "label": "HSTORE", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L26"}, {"id": "hstore_hstore_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L108"}, {"id": "hstore_comparator", "label": "Comparator", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L118"}, {"id": "hstore_comparator_has_key", "label": ".has_key()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L123"}, {"id": "hstore_comparator_has_all", "label": ".has_all()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L129"}, {"id": "hstore_comparator_has_any", "label": ".has_any()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L133"}, {"id": "hstore_comparator_contains", "label": ".contains()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L137"}, {"id": "hstore_comparator_contained_by", "label": ".contained_by()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L146"}, {"id": "hstore_comparator_setup_getitem", "label": "._setup_getitem()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L154"}, {"id": "hstore_comparator_defined", "label": ".defined()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L157"}, {"id": "hstore_comparator_delete", "label": ".delete()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L163"}, {"id": "hstore_comparator_slice", "label": ".slice()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L171"}, {"id": "hstore_comparator_keys", "label": ".keys()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L177"}, {"id": "hstore_comparator_vals", "label": ".vals()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L181"}, {"id": "hstore_comparator_array", "label": ".array()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L185"}, {"id": "hstore_comparator_matrix", "label": ".matrix()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L191"}, {"id": "hstore_hstore_bind_processor", "label": ".bind_processor()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L197"}, {"id": "hstore_hstore_result_processor", "label": ".result_processor()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L209"}, {"id": "hstore_hstoredefinedfunction", "label": "_HStoreDefinedFunction", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L253"}, {"id": "hstore_hstoredeletefunction", "label": "_HStoreDeleteFunction", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L259"}, {"id": "hstore_hstoreslicefunction", "label": "_HStoreSliceFunction", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L265"}, {"id": "hstore_hstorekeysfunction", "label": "_HStoreKeysFunction", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L271"}, {"id": "hstore_hstorevalsfunction", "label": "_HStoreValsFunction", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L277"}, {"id": "hstore_hstorearrayfunction", "label": "_HStoreArrayFunction", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L283"}, {"id": "hstore_hstorematrixfunction", "label": "_HStoreMatrixFunction", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L289"}, {"id": "hstore_parse_error", "label": "_parse_error()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L325"}, {"id": "hstore_parse_hstore", "label": "_parse_hstore()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L346"}, {"id": "hstore_serialize_hstore", "label": "_serialize_hstore()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L388"}, {"id": "hstore_rationale_27", "label": "Represent the PostgreSQL HSTORE type. The :class:`.HSTORE` type stores dict", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L27"}, {"id": "hstore_rationale_109", "label": "Construct a new :class:`.HSTORE`. :param text_type: the type that shoul", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L109"}, {"id": "hstore_rationale_121", "label": "Define comparison operations for :class:`.HSTORE`.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L121"}, {"id": "hstore_rationale_124", "label": "Boolean expression. Test for presence of a key. Note that the key", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L124"}, {"id": "hstore_rationale_130", "label": "Boolean expression. Test for presence of all keys in jsonb", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L130"}, {"id": "hstore_rationale_134", "label": "Boolean expression. Test for presence of any key in jsonb", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L134"}, {"id": "hstore_rationale_138", "label": "Boolean expression. Test if keys (or array) are a superset of/conta", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L138"}, {"id": "hstore_rationale_147", "label": "Boolean expression. Test if keys are a proper subset of the keys of", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L147"}, {"id": "hstore_rationale_158", "label": "Boolean expression. Test for presence of a non-NULL value for the k", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L158"}, {"id": "hstore_rationale_164", "label": "HStore expression. Returns the contents of this hstore with the giv", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L164"}, {"id": "hstore_rationale_172", "label": "HStore expression. Returns a subset of an hstore defined by array o", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L172"}, {"id": "hstore_rationale_178", "label": "Text array expression. Returns array of keys.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L178"}, {"id": "hstore_rationale_182", "label": "Text array expression. Returns array of values.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L182"}, {"id": "hstore_rationale_186", "label": "Text array expression. Returns array of alternating keys and values", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L186"}, {"id": "hstore_rationale_192", "label": "Text array expression. Returns array of [key, value] pairs.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L192"}, {"id": "hstore_rationale_223", "label": "Construct an hstore value within a SQL expression using the PostgreSQL ``hst", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L223"}, {"id": "hstore_rationale_326", "label": "format an unmarshalling error.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L326"}, {"id": "hstore_rationale_347", "label": "Parse an hstore from its literal string representation. Attempts to approxi", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L347"}, {"id": "hstore_rationale_389", "label": "Serialize a dictionary into an hstore literal. Keys and values must both be", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L389"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_dialects_postgresql_hstore_py", "target": "re", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L10", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_dialects_postgresql_hstore_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/hstore.py", "source_location": "L12", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_dialects_postgresql_hstore_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/hstore.py", "source_location": "L13", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_dialects_postgresql_hstore_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/hstore.py", "source_location": "L14", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_dialects_postgresql_hstore_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/hstore.py", "source_location": "L15", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_dialects_postgresql_hstore_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/hstore.py", "source_location": "L16", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_dialects_postgresql_hstore_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/hstore.py", "source_location": "L17", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_dialects_postgresql_hstore_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/hstore.py", "source_location": "L18", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_dialects_postgresql_hstore_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/hstore.py", "source_location": "L19", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_dialects_postgresql_hstore_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/hstore.py", "source_location": "L20", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_dialects_postgresql_hstore_py", "target": "hstore_hstore", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L26", "weight": 1.0}, {"source": "hstore_hstore", "target": "hstore_hstore_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L108", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_dialects_postgresql_hstore_py", "target": "hstore_comparator", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L118", "weight": 1.0}, {"source": "hstore_comparator", "target": "hstore_comparator_has_key", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L123", "weight": 1.0}, {"source": "hstore_comparator", "target": "hstore_comparator_has_all", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L129", "weight": 1.0}, {"source": "hstore_comparator", "target": "hstore_comparator_has_any", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L133", "weight": 1.0}, {"source": "hstore_comparator", "target": "hstore_comparator_contains", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L137", "weight": 1.0}, {"source": "hstore_comparator", "target": "hstore_comparator_contained_by", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L146", "weight": 1.0}, {"source": "hstore_comparator", "target": "hstore_comparator_setup_getitem", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L154", "weight": 1.0}, {"source": "hstore_comparator", "target": "hstore_comparator_defined", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L157", "weight": 1.0}, {"source": "hstore_comparator", "target": "hstore_comparator_delete", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L163", "weight": 1.0}, {"source": "hstore_comparator", "target": "hstore_comparator_slice", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L171", "weight": 1.0}, {"source": "hstore_comparator", "target": "hstore_comparator_keys", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L177", "weight": 1.0}, {"source": "hstore_comparator", "target": "hstore_comparator_vals", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L181", "weight": 1.0}, {"source": "hstore_comparator", "target": "hstore_comparator_array", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L185", "weight": 1.0}, {"source": "hstore_comparator", "target": "hstore_comparator_matrix", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L191", "weight": 1.0}, {"source": "hstore_hstore", "target": "hstore_hstore_bind_processor", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L197", "weight": 1.0}, {"source": "hstore_hstore", "target": "hstore_hstore_result_processor", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L209", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_dialects_postgresql_hstore_py", "target": "hstore_hstore", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L222", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_dialects_postgresql_hstore_py", "target": "hstore_hstoredefinedfunction", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L253", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_dialects_postgresql_hstore_py", "target": "hstore_hstoredeletefunction", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L259", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_dialects_postgresql_hstore_py", "target": "hstore_hstoreslicefunction", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L265", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_dialects_postgresql_hstore_py", "target": "hstore_hstorekeysfunction", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L271", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_dialects_postgresql_hstore_py", "target": "hstore_hstorevalsfunction", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L277", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_dialects_postgresql_hstore_py", "target": "hstore_hstorearrayfunction", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L283", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_dialects_postgresql_hstore_py", "target": "hstore_hstorematrixfunction", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L289", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_dialects_postgresql_hstore_py", "target": "hstore_parse_error", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L325", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_dialects_postgresql_hstore_py", "target": "hstore_parse_hstore", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L346", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_dialects_postgresql_hstore_py", "target": "hstore_serialize_hstore", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L388", "weight": 1.0}, {"source": "hstore_comparator_defined", "target": "hstore_hstoredefinedfunction", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L161", "weight": 1.0}, {"source": "hstore_comparator_delete", "target": "hstore_serialize_hstore", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L168", "weight": 1.0}, {"source": "hstore_comparator_delete", "target": "hstore_hstoredeletefunction", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L169", "weight": 1.0}, {"source": "hstore_comparator_slice", "target": "hstore_hstoreslicefunction", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L175", "weight": 1.0}, {"source": "hstore_comparator_keys", "target": "hstore_hstorekeysfunction", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L179", "weight": 1.0}, {"source": "hstore_comparator_vals", "target": "hstore_hstorevalsfunction", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L183", "weight": 1.0}, {"source": "hstore_comparator_array", "target": "hstore_hstorearrayfunction", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L189", "weight": 1.0}, {"source": "hstore_comparator_matrix", "target": "hstore_hstorematrixfunction", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L193", "weight": 1.0}, {"source": "hstore_parse_hstore", "target": "hstore_parse_error", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L383", "weight": 1.0}, {"source": "hstore_rationale_27", "target": "hstore_hstore", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L27", "weight": 1.0}, {"source": "hstore_rationale_109", "target": "hstore_hstore_init", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L109", "weight": 1.0}, {"source": "hstore_rationale_121", "target": "hstore_comparator", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L121", "weight": 1.0}, {"source": "hstore_rationale_124", "target": "hstore_comparator_has_key", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L124", "weight": 1.0}, {"source": "hstore_rationale_130", "target": "hstore_comparator_has_all", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L130", "weight": 1.0}, {"source": "hstore_rationale_134", "target": "hstore_comparator_has_any", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L134", "weight": 1.0}, {"source": "hstore_rationale_138", "target": "hstore_comparator_contains", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L138", "weight": 1.0}, {"source": "hstore_rationale_147", "target": "hstore_comparator_contained_by", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L147", "weight": 1.0}, {"source": "hstore_rationale_158", "target": "hstore_comparator_defined", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L158", "weight": 1.0}, {"source": "hstore_rationale_164", "target": "hstore_comparator_delete", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L164", "weight": 1.0}, {"source": "hstore_rationale_172", "target": "hstore_comparator_slice", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L172", "weight": 1.0}, {"source": "hstore_rationale_178", "target": "hstore_comparator_keys", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L178", "weight": 1.0}, {"source": "hstore_rationale_182", "target": "hstore_comparator_vals", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L182", "weight": 1.0}, {"source": "hstore_rationale_186", "target": "hstore_comparator_array", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L186", "weight": 1.0}, {"source": "hstore_rationale_192", "target": "hstore_comparator_matrix", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L192", "weight": 1.0}, {"source": "hstore_rationale_223", "target": "hstore_hstore", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L223", "weight": 1.0}, {"source": "hstore_rationale_326", "target": "hstore_parse_error", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L326", "weight": 1.0}, {"source": "hstore_rationale_347", "target": "hstore_parse_hstore", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L347", "weight": 1.0}, {"source": "hstore_rationale_389", "target": "hstore_serialize_hstore", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L389", "weight": 1.0}], "raw_calls": [{"caller_nid": "hstore_comparator_has_key", "callee": "operate", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L127"}, {"caller_nid": "hstore_comparator_has_all", "callee": "operate", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L131"}, {"caller_nid": "hstore_comparator_has_any", "callee": "operate", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L135"}, {"caller_nid": "hstore_comparator_contains", "callee": "operate", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L144"}, {"caller_nid": "hstore_comparator_contained_by", "callee": "operate", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L150"}, {"caller_nid": "hstore_comparator_delete", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L167"}, {"caller_nid": "hstore_parse_error", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L329"}, {"caller_nid": "hstore_parse_error", "callee": "max", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L331"}, {"caller_nid": "hstore_parse_error", "callee": "min", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L331"}, {"caller_nid": "hstore_parse_error", "callee": "min", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L332"}, {"caller_nid": "hstore_parse_error", "callee": "min", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L332"}, {"caller_nid": "hstore_parse_error", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L334"}, {"caller_nid": "hstore_parse_error", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L336"}, {"caller_nid": "hstore_parse_hstore", "callee": "match", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L360"}, {"caller_nid": "hstore_parse_hstore", "callee": "replace", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L363"}, {"caller_nid": "hstore_parse_hstore", "callee": "replace", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L363"}, {"caller_nid": "hstore_parse_hstore", "callee": "group", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L363"}, {"caller_nid": "hstore_parse_hstore", "callee": "group", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L364"}, {"caller_nid": "hstore_parse_hstore", "callee": "replace", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L368"}, {"caller_nid": "hstore_parse_hstore", "callee": "replace", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L368"}, {"caller_nid": "hstore_parse_hstore", "callee": "group", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L368"}, {"caller_nid": "hstore_parse_hstore", "callee": "end", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L374"}, {"caller_nid": "hstore_parse_hstore", "callee": "match", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L376"}, {"caller_nid": "hstore_parse_hstore", "callee": "end", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L378"}, {"caller_nid": "hstore_parse_hstore", "callee": "match", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L380"}, {"caller_nid": "hstore_parse_hstore", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L382"}, {"caller_nid": "hstore_parse_hstore", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L383"}, {"caller_nid": "hstore_serialize_hstore", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L404"}, {"caller_nid": "hstore_serialize_hstore", "callee": "esc", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L405"}, {"caller_nid": "hstore_serialize_hstore", "callee": "esc", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L405"}, {"caller_nid": "hstore_serialize_hstore", "callee": "items", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py", "source_location": "L405"}]} |