Skip to main content
Link
Menu
Expand
(external link)
Document
Search
Copy
Copied
KùzuDB
Getting Started
Introduction Examples
Colab Notebooks
Data import
CSV import
NPY import
Parquet import
Cypher
DDL
Data manipulation clauses
Create
Delete
Set
Data type
Expressions
Aggregate Functions
Case
Casting function
Comparison
Date function
Interval function
List function
Logical
Node/Rel Functions
Numeric function
Pattern matching
Text function
Timestamp function
Performance Debugging
Query clauses
Example database
Match
Optional match
With
Where
Return
Order by
Skip
Limit
Union
Unwind
Client api
CLI
Cpp api
Database
Connection & Querying
Query result
Prepared statement
Flat tuple
Value
Python api
Database
Connection & Querying
Query result
Transaction
Blog
Scaling your PyG GNNs with Kùzu
Kùzu 0.0.3 Release
Why (Graph) DBMSs Need New Join Algorithms: The Story of Worst-case Optimal Join Algorithms
Kùzu 0.0.2 Release
Factorization & Great Ideas from Database Theory
What Every Competent GDBMS Should Do (aka The Goals & Vision of Kùzu)
Meet Kùzu
Contributor Agreement
Cypher
Expressions
Node/Rel Functions
Internal ID Functions
Function
Description
Example
ID(node/rel)
returns the internal ID of the given NODE/REL
ID(a)
LABEL(node/rel)
returns the label name of the given NODE/REL
LABEL(a)
OFFSET(internal_ID)
returns the offset of internal ID
OFFSET(ID(a))