MCPcopy Create free account
hub / github.com/AgentOps-AI/agentops / format

Method format

app/api/agentops/api/db/clickhouse/models.py:73–73  ·  view source on GitHub ↗
(db_field: str, field: str, value: Any)

Source from the content-addressed store, hash-verified

71 @staticmethod
72 @abc.abstractmethod
73 def format(db_field: str, field: str, value: Any) -> tuple[str, dict]: ...
74
75
76class WithinListOperation(BaseOperation):

Callers 13

_get_where_clauseMethod · 0.45
fetchallMethod · 0.45
fetchoneMethod · 0.45
get_v2_sourced_rowsFunction · 0.45
clickhouse_get_span_rawFunction · 0.45
clickhouse_delete_spanFunction · 0.45
count_session_rowsFunction · 0.45
formatWithAbbreviationFunction · 0.45
formatNumberFunction · 0.45
formatPriceFunction · 0.45
formatLargePriceFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected