pub fn validate_graph_drop_cascade(
name: &str,
graph_exists: bool,
cascade_expr: Option<&ScalarExpr>,
evaluate: &mut dyn FnMut(&ScalarExpr) -> Result<Value, SQLError>,
) -> Result<(), SQLError>Expand description
Evaluate the optional cascade argument after the caller reads graph existence.