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.
pub fn extract_tables_from_prom_expr_checked(
expr: &Expr,
) -> Option<impl Iterator<Item = ObjectName>>Extracts all tables referenced by a [PromExpr], returning None
if any table reference cannot be resolved statically.