Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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() {
Callers
15
upsert_rewrite
Function · 0.85
object_literal_insert
Function · 0.85
object_literal_upsert
Function · 0.85
batch_array_insert
Function · 0.85
batch_array_heterogeneous_keys
Function · 0.85
batch_array_upsert
Function · 0.85
arrow_distance_operator_select
Function · 0.85
arrow_distance_operator_where
Function · 0.85
arrow_distance_operator_where_no_whitespace_before_op
Function · 0.85
arrow_distance_with_alias
Function · 0.85
fuzzy_object_literal_in_function
Function · 0.85
fuzzy_object_literal_with_distance
Function · 0.85
Calls
1
preprocess
Function · 0.85
Tested by
15
upsert_rewrite
Function · 0.68
object_literal_insert
Function · 0.68
object_literal_upsert
Function · 0.68
batch_array_insert
Function · 0.68
batch_array_heterogeneous_keys
Function · 0.68
batch_array_upsert
Function · 0.68
arrow_distance_operator_select
Function · 0.68
arrow_distance_operator_where
Function · 0.68
arrow_distance_operator_where_no_whitespace_before_op
Function · 0.68
arrow_distance_with_alias
Function · 0.68
fuzzy_object_literal_in_function
Function · 0.68
fuzzy_object_literal_with_distance
Function · 0.68