Kùzu C++ API
Loading...
Searching...
No Matches
version.h
Go to the documentation of this file.
1#pragma once
2#include <cstdint>
3
4#include "api.h"
5namespace kuzu {
6namespace main {
7
8struct Version {
9public:
14 KUZU_API static const char* getVersion();
15
20 KUZU_API static uint64_t getStorageVersion();
21};
22} // namespace main
23} // namespace kuzu
#define KUZU_API
Definition api.h:25
Definition alter_type.h:5
Definition version.h:8
static KUZU_API const char * getVersion()
Get the version of the Kùzu library.
static KUZU_API uint64_t getStorageVersion()
Get the storage version of the Kùzu library.