Panels
Panels provide additional space in the Data editor where you can explore and work with data in different ways. They open as tabs on the right side of the Data tab and are especially useful when working with complex types (structures, arrays), long text, or binary data.

Available panels¶
Each panel focuses on a specific task:
| Panel | Description |
|---|---|
| Value viewer | View and edit cell values, including complex types, text, and binary content. |
| Metadata | Display metadata for the current row and its columns. |
| Calc | Calculate basic statistics like COUNT, SUM, or AVG for selected data. |
| Grouping | Group and aggregate data using SQL-like GROUP BY functions. |
| References | View related records from other tables linked by foreign keys. |
| Result details | Show query execution details such as job ID, bytes processed, and cache usage.This panel is specific to BigQuery. |
Query trace ![]() |
Trace query execution steps across database nodes. This panel is specific to Cassandra and Yugabyte CQL. |
Open Panels¶
To open a Panels, click Panels (
) on the bottom toolbar or use shortcut.
Info
By default, the Value viewer opens, but you can switch to any other panel from the dropdown menu next to Panels.
