Skip to main content

bind_named_readable

Function bind_named_readable 

Source
pub fn bind_named_readable<F>(
    source: &str,
    lookup: F,
    max_dims: usize,
) -> Result<String, QqlError>
where F: Fn(&str) -> Option<Value>,
Expand description

Substitute named parameters (:name) into source, truncating long vector literals for readable preview.