use cratePlan;
/// The `InstanceCtx` struct encapsulates the context of an execution instance,
/// including its associated execution plan and global identifier.
///
/// This struct is primarily used to manage metadata and configurations for instances
/// that are part of a larger execution pipeline.
///
/// # Fields
/// * `plan` - The `Plan` associated with this instance, defining its execution strategy.
/// * `global_id` - A unique global identifier for the instance, useful for tracking its position
/// within the execution pipeline.