Query Table Results

Visual Graph can render Cypher query results as a table in both the Editor and the Explorer.

The table supports graph-specific values in addition to scalar and structured values:

  • Node cells show the node group, node label, group color, and available node properties.

  • Edge cells show the edge group, group color, and available edge properties.

  • Path cells show the serialized path value.

  • Empty cells are shown with a dedicated empty-cell pattern.

  • Column headers show the column name and detected value type, such as string, boolean, date, object, double, node, edge, or path.

Supported value types

The table supports the following detected value types:

Type

Display

string

Text value.

boolean

Boolean value.

date

Date or timestamp value.

datetimenotz

Datetime value without timezone.

dateonly

Date value without time.

tinyint

Numeric value.

smallint

Numeric value.

int

Numeric value.

bigint

Numeric value.

hugeint

Numeric value.

float

Numeric value.

double

Numeric value.

object

Structured value rendered as text.

array

Array value rendered as text.

map

Map value rendered as text.

geopoint

Geographical point rendered as text.

geometry

Geometry value rendered as text.

node

Graph node rendered with its group, label, color, and properties.

edge

Graph edge rendered with its group, color, and properties.

path

Graph path rendered as a serialized structured value.

empty

Empty value.

Note

For node and edge columns, property details are available from the cell’s properties button when properties exist. Sorting, grouping, and CSV export are also available from the table controls.