Skip to main content

references_partition

Function references_partition 

Source
pub fn references_partition(serialized: &str) -> bool
Expand 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.