↓ 1 callersFunctioneval_a_exprEvaluate A_Expr nodes (IN, LIKE, BETWEEN, arithmetic, comparison, vector ops).
native/engine/src/executor/expr_ops.rs:11
↓ 1 callersFunctioneval_math_funcEvaluate math functions: ceil, floor, round, mod, power, sqrt.
native/engine/src/executor/func_math.rs:6
↓ 1 callersFunctioneval_string_funcEvaluate string functions: substring, trim, strpos, replace, left, right, split_part.
native/engine/src/executor/func_str.rs:4
↓ 1 callersFunctionrun_concurrent(
host: &str, port: u16, user: &str, dbname: &str, password: &str,
sql: &str, queries_per_client: u32,
native/cli/src/main.rs:198