| date | TIMESTAMP_NTZ(9) | Calendar date of queue snapshot |
| validators_entry_queued | NUMBER(38,0) | Number of validators queued for activation |
| entry_churn_per_epoch | NUMBER(38,0) | Pre-Pectra: per-epoch validator churn. Post-Pectra: NULL (fixed churn applies) |
| total_entry_queue_epochs | NUMBER(38,0) | Estimated epochs to clear the entry queue |
| total_entry_queue_minutes | NUMBER(38,0) | Minutes required to clear the entry queue |
| total_entry_queue_hours | NUMBER(38,2) | Hours required to clear the entry queue |
| total_entry_queue_days | NUMBER(38,2) | Days required to clear the entry queue |
| validators_exit_queued | NUMBER(38,0) | Number of validators queued for exit |
| exit_churn_per_epoch | NUMBER(38,0) | Pre-Pectra: per-epoch validator churn. Post-Pectra: NULL |
| total_exit_queue_epochs | NUMBER(38,0) | Estimated epochs to clear the exit queue |
| total_exit_queue_minutes | NUMBER(38,0) | Minutes required |
| total_exit_queue_hours | NUMBER(38,2) | Hours required |
| total_exit_queue_days | NUMBER(38,2) | Days required |
| _created_at | TIMESTAMP_NTZ(9) | Record creation timestamp |
| _updated_at | TIMESTAMP_NTZ(9) | Record update timestamp |