struct Kuzu::Node::ID

Defined in:

kuzu.cr

Constructors

Instance Method Summary

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 #