MCPcopy Create free account
hub / github.com/NodeDB-Lab/nodedb / pp

Function pp

nodedb-sql/src/parser/preprocess/pipeline.rs:143–145  ·  view source on GitHub ↗
(sql: &str)

Source from the content-addressed store, hash-verified

141 use super::*;
142
143 fn pp(sql: &str) -> Option<PreprocessedSql> {
144 super::preprocess(sql).unwrap()
145 }
146
147 #[test]
148 fn passthrough_standard_sql() {

Calls 1

preprocessFunction · 0.85