pub fn references_partition(serialized: &str) -> boolExpand description
Whether a serialized config references any ${partition.*} token.
A partition: block on a row whose source ignores the tokens would run the
same query N times, so this gates the config at load time.