risingwave_frontend::optimizer::plan_node

Constant PLAN_TOO_DEEP_NOTICE

source
pub const PLAN_TOO_DEEP_NOTICE: &str = "The plan is too deep. \
Consider simplifying or splitting the query if you encounter any issues.";
Expand description

Notice message for plan node visitor to send to user when the depth threshold is reached.