Results

The Results pane shows the latest results from a CQL query executed in the Query Editor tab in tabular form.

DataStax DevCenter is compatible with DataStax Enterprise (DSE) versions up to 5.0.

The Results pane has two parts:
  • a tabular grid which displays results from the last query executed
  • a status bar which displays pertinent information about executed statements

In the grid display, you can:
  • reorder and resize columns
  • sort rows by a column by clicking on the column heading
  • copy the data from the results by
    • a single selected row (click on the row)
    • multiple rows ⌘+click (Macintosh) / Ctrl+click (Windows / Linux)
    • all of the rows (either as CSV or an INSERT statement)
  • export results to a file as comma-separated values (CSV) or as INSERT statements (by right-clicking and choosing the appropriate choice)

Details tab 

If you select a cell in the Results tab, you can view more information about the column and its value in the Details data viewer tab.

The Details data viewer tab (in the Outline view) displays information about the currently selected cell in the Results pane. It displays information about the type, the complete value, and also the TTL and timestamp of the selected cell.

Large results and paging 

By default, the results displayed are limited to 300 rows. You can modify this number in the Query Editor. If your cluster is running DataStax Enterprise4.0 or greater, paging is turned on in the Results tab. You page by pressing the left and right arrows in the bottom righthand corner of the Results tab.