Skip to main content

Crate marsdb_query

Crate marsdb_query 

Source

Structs§

Executor
QueryResult

Enums§

Literal
QueryError
Statement
Value

Functions§

parse
substitute_params
Resolves every $name placeholder in stmt to a concrete Literal using params, in place. Called before execution so the executor never sees Literal::Param — see the unreachable! in executor::literal_to_value.