Package com.kuzudb
Class InternalID
java.lang.Object
com.kuzudb.InternalID
InternalID type which stores the table_id and offset of a node/rel.
-
Field Summary
-
Constructor Summary
ConstructorDescriptionInternalID
(long tableId, long offset) Create a InternalID from the given table_id and offset. -
Method Summary
-
Field Details
-
tableId
public long tableId -
offset
public long offset
-
-
Constructor Details
-
InternalID
public InternalID(long tableId, long offset) Create a InternalID from the given table_id and offset.- Parameters:
tableId
- : The table_id of the node/rel.offset
- : The offset of the node/rel.
-