pub const PLAN_TOO_DEEP_NOTICE: &str = "The plan is too deep. \ Consider simplifying or splitting the query if you encounter any issues.";
Notice message for plan node visitor to send to user when the depth threshold is reached.