Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
08-14-2022 01:14 PM
Unknown procedure output: `nodeID` (line 2, column 7 (offset: 29)) "YIELD nodeID, nodeCount, relationshipCount, density" ^
Solved! Go to Solution.
08-14-2022 04:42 PM
The 'gds.graph.list' procedure provides information about a graph. As such, it doesn't yield a nodeId. These are the outputs from the procedure:
graphName: String,
database: String,
configuration: Map,
nodeCount: Integer,
relationshipCount: Integer,
schema: Map,
degreeDistribution: Map,
density: Float,
creationTime: Datetime,
modificationTime: Datetime,
sizeInBytes: Integer,
memoryUsage: String
What are you trying to achieve?
08-14-2022 04:42 PM
The 'gds.graph.list' procedure provides information about a graph. As such, it doesn't yield a nodeId. These are the outputs from the procedure:
graphName: String,
database: String,
configuration: Map,
nodeCount: Integer,
relationshipCount: Integer,
schema: Map,
degreeDistribution: Map,
density: Float,
creationTime: Datetime,
modificationTime: Datetime,
sizeInBytes: Integer,
memoryUsage: String
What are you trying to achieve?
08-14-2022 06:29 PM
Thanks very much
All the sessions of the conference are now available online