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
"
5
namespace
kuzu
{
6
namespace
main {
7
8
struct
Version
{
9
public
:
14
KUZU_API
static
const
char
*
getVersion
();
15
20
KUZU_API
static
uint64_t
getStorageVersion
();
21
};
22
}
// namespace main
23
}
// namespace kuzu
api.h
KUZU_API
#define KUZU_API
Definition
api.h:25
kuzu
Definition
alter_type.h:5
kuzu::main::Version
Definition
version.h:8
kuzu::main::Version::getVersion
static KUZU_API const char * getVersion()
Get the version of the Kùzu library.
kuzu::main::Version::getStorageVersion
static KUZU_API uint64_t getStorageVersion()
Get the storage version of the Kùzu library.
headers
version.h
Generated by
1.12.0