Skip to main content

highlight_arguments

Function highlight_arguments 

Source
pub fn highlight_arguments(
    row: &dyn RowLookup,
    args: &[ScalarExpr],
    evaluate: &mut dyn FnMut(&ScalarExpr) -> Result<Value, SQLError>,
) -> Result<HighlightInput, SQLError>
Expand description

Evaluate fields and options in order, preserving NULL short circuits before later arguments.