[][src]Constant weld::CONF_ENABLE_BOUNDS_CHECKS_KEY

pub const CONF_ENABLE_BOUNDS_CHECKS_KEY: &str = "weld.compile.enableBoundsChecks";

Enables runtime bounds checking for loops before executing them.

This parameter should be set for compilation.