| validators_entry_queued | NUMBER(38,0) | Number of validators waiting in the entry queue on this date |
| entry_queue_eth | FLOAT | Total amount of ETH in the entry queue currently |
| entry_churn_per_epoch | NUMBER(38,0) | Median number of validators that can enter the active set per epoch |
| total_entry_queue_epochs | NUMBER(38,0) | Estimated number of epochs required to clear the entry queue |
| total_entry_queue_minutes | NUMBER(38,0) | Estimated time in minutes to clear the entry queue |
| total_entry_queue_hours | NUMBER(38,2) | Estimated time in hours to clear the entry queue |
| total_entry_queue_days | NUMBER(38,2) | Estimated time in days to clear the entry queue |
| validators_exit_queued | NUMBER(38,0) | Number of validators waiting in the exit queue on this date |
| exit_queue_eth | FLOAT | Total amount of ETH in the exit queue currently |
| exit_churn_per_epoch | NUMBER(38,0) | Median number of validators that can exit the active set per epoch |
| total_exit_queue_epochs | NUMBER(38,0) | Estimated number of epochs required to clear the exit queue |
| total_exit_queue_minutes | NUMBER(38,0) | Estimated time in minutes to clear the exit queue |
| total_exit_queue_hours | NUMBER(38,2) | Estimated time in hours to clear the exit queue |
| total_exit_queue_days | NUMBER(38,2) | Estimated time in days to clear the exit queue |
| last_updated_at | TIMESTAMP_NTZ(9) | Timestamp when the queue data was last updated |
| _created_at | TIMESTAMP_NTZ(9) | Timestamp when the queue data was created |
| _updated_at | TIMESTAMP_NTZ(9) | Timestamp when the queue data was last updated |