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, orpath.
Supported value types¶
The table supports the following detected value types:
Type |
Display |
|---|---|
|
Text value. |
|
Boolean value. |
|
Date or timestamp value. |
|
Datetime value without timezone. |
|
Date value without time. |
|
Numeric value. |
|
Numeric value. |
|
Numeric value. |
|
Numeric value. |
|
Numeric value. |
|
Numeric value. |
|
Numeric value. |
|
Structured value rendered as text. |
|
Array value rendered as text. |
|
Map value rendered as text. |
|
Geographical point rendered as text. |
|
Geometry value rendered as text. |
|
Graph node rendered with its group, label, color, and properties. |
|
Graph edge rendered with its group, color, and properties. |
|
Graph path rendered as a serialized structured value. |
|
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.