Skip to main content

extract_tables_from_prom_expr_checked

Function extract_tables_from_prom_expr_checked 

Source
pub fn extract_tables_from_prom_expr_checked(
    expr: &Expr,
) -> Option<impl Iterator<Item = ObjectName>>
Expand description

Extracts all tables referenced by a [PromExpr], returning None if any table reference cannot be resolved statically.