MCPcopy Create free account
hub / github.com/codeErrorSleep/dbpaw / execute_query

Method execute_query

src-tauri/src/db/drivers/clickhouse/mod.rs:284–286  ·  view source on GitHub ↗
(&self, sql: String)

Source from the content-addressed store, hash-verified

282 }
283
284 async fn execute_query(&self, sql: String) -> DriverResult<QueryResult> {
285 ClickHouseDriver::execute_query(self, sql).await
286 }
287
288 async fn execute_query_with_id(
289 &self,

Callers

nothing calls this directly

Calls 1

execute_queryFunction · 0.50

Tested by

no test coverage detected