Cells

Viewing table cells

The Cells tab allows you to quickly preview and explore the table's data as a grid – even for tables with billions of records. In order to view this tab, you will need data access to the corresponding table.

Clicking any the header or cells in any column will display the variable's summary statistics. You can also right click a cell to filter by a specific value, or sort on that variable.

For any Geography type variables, you can hover on the cell or click to see a preview of the geospatial feature.

For file index tables, hover or click on a cell corresponding to the file_id to preview that file.

The order of records within a table is arbitrary and non-deterministic, unless the table is the result of a transform or query that specifies an order clause.

This behavior allows for the performance and scaling characteristics of tabular data on Redivis, and is typical for relational databases and other tabular data stores.

If the order of records is considered to be part of the "data" in your table, you should create an additional "record number" variable that can be sorted on. Alternatively, you can upload your source files as unstructured data, in which case an exact copy of the original file will be stored.

Last updated

Was this helpful?