MCPcopy
hub / github.com/SciPhi-AI/R2R / _get_table_name

Method _get_table_name

py/core/providers/database/graphs.py:55–57  ·  view source on GitHub ↗

Get the fully qualified table name.

(self, table: str)

Source from the content-addressed store, hash-verified

53 )
54
55 def _get_table_name(self, table: str) -> str:
56 """Get the fully qualified table name."""
57 return f'"{self.project_name}"."{table}"'
58
59 def _get_entity_table_for_store(self, store_type: StoreType) -> str:
60 """Get the appropriate table name for the store type."""

Callers 15

create_tablesMethod · 0.95
createMethod · 0.95
getMethod · 0.95
updateMethod · 0.95
deleteMethod · 0.95
_insert_merged_entityMethod · 0.95
export_to_csvMethod · 0.95
create_tablesMethod · 0.45
create_conversationMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected