Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/erans/pgsqlite
/ rewrite_query_for_decimal
Function
rewrite_query_for_decimal
src/query/lazy_processor.rs:369–371 ·
view source on GitHub ↗
(query: &str, conn: &Connection)
Source
from the content-addressed store, hash-verified
367
}
368
369
fn rewrite_query_for_decimal(query: &str, conn: &Connection) -> Result<String, rusqlite::Error> {
370
crate::session::db_handler::rewrite_query_for_decimal(query, conn)
371
}
372
Callers
1
process
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected