Kuzu::
Node class
Superclass | rb_cObject |
Kuzu
node class
Attributes
- id R
The internal id value of the given node
- label R
The label value of the given node
- properties R
The Hash of the Node’s properties, keyed by name as a Symbol
Public Class Methods
Create a new Node
with the given id
, label
, and properties
.