Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
kuzu
main
Kuzu
CannotAllocateConnection
Client
Config
Connection
Error
MissingProperty
Node
ID
QueryError
QueryResult
Generated using Crystal 1.14.0
2024-11-26 08:20:09 UTC
struct
Kuzu::
Node::
ID
Kuzu::Node::ID
Struct
Value
Object
Defined in:
kuzu.cr
Constructors
.from_kuzu_value
(value : Pointer(Value)) :
self
.new
(table_id : UInt64, offset : UInt64)
Instance Method Summary
#clone
#copy_with
(table_id _table_id = @table_id, offset _offset = @offset)
#offset
: UInt64
#table_id
: UInt64
Constructor Detail
def self.
from_kuzu_value
(value : Pointer(Value)) :
self
#
[
View source
]
def self.
new
(table_id : UInt64, offset : UInt64)
#
[
View source
]
Instance Method Detail
def
clone
#
[
View source
]
def
copy_with
(table_id _table_id = @table_id, offset _offset = @offset)
#
[
View source
]
def
offset
: UInt64
#
def
table_id
: UInt64
#