MCPcopy
hub / github.com/tanelpoder/0xtools / QueryResult

Class QueryResult

xtop/core/query_engine.py:32–38  ·  view source on GitHub ↗

Query execution results

Source from the content-addressed store, hash-verified

30
31@dataclass
32class QueryResult:
33 """Query execution results"""
34 data: List[Dict[str, Any]]
35 columns: List[str]
36 row_count: int
37 execution_time: float
38 # Removed query_type - always 'dynamic' now
39
40
41class QueryEngine:

Callers 2

execute_with_paramsMethod · 0.90
executeMethod · 0.85

Calls

no outgoing calls

Tested by 1

execute_with_paramsMethod · 0.72