| block_timestamp | TIMESTAMP_NTZ(9) | Timestamp of the block containing the reward distribution |
| block_height | NUMBER(38,0) | Height of the block containing the reward distribution |
| epoch_number | NUMBER(38,0) | Number of the epoch for which rewards were distributed |
| pool_id | VARCHAR(16777216) | Identifier of the staking pool |
| total_rewards_received_str | VARCHAR(16777216) | Total rewards received (string format for precision) |
| total_rewards_received | FLOAT | Total rewards received by the pool |
| total_rewards_received_usd | FLOAT | USD equivalent of rewards received |
| total_staked_balance_str | VARCHAR(16777216) | Total staked balance (string format) |
| total_staked_balance | FLOAT | Total staked balance in the pool |
| total_staked_balance_usd | FLOAT | USD equivalent of total staked balance |
| total_number_of_shares_str | VARCHAR(16777216) | Total number of shares (string format) |
| total_number_of_shares | FLOAT | Total number of shares in the pool |
| usd_exchange_rate | FLOAT | NEAR to USD exchange rate |
| shares_exchange_rate | VARCHAR(16777216) | Exchange rate between shares and NEAR |
| transaction_hash | VARCHAR(16777216) | Hash of the reward distribution transaction |
| transaction_index | NUMBER(38,0) | Index of the transaction within the block |
| receipt_id | VARCHAR(16777216) | Unique identifier of the receipt |
| receipt_index | NUMBER(38,0) | Index of the receipt within the block |
| receipt_outcome_index | NUMBER(38,0) | Index of the receipt outcome |
| log_index | NUMBER(38,0) | Index of the log within the receipt |
| pseudo_global_index | NUMBER(38,0) | Global ordering index |
| unique_id | VARCHAR(16777216) | Unique identifier for the reward event |
| _created_at | TIMESTAMP_NTZ(9) | Timestamp of when the entry was created in the database. |
| _updated_at | TIMESTAMP_NTZ(9) | Timestamp of when the entry was last updated in the database. |
| _changed_since_full_refresh | BOOLEAN | Indicates if the record has changed since the last full data refresh. |