Kùzu C++ API
Loading...
Searching...
No Matches
nested.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <cstdint>
4
5
#include "
api.h
"
6
7
namespace
kuzu
{
8
namespace
common {
9
10
class
Value;
11
12
class
NestedVal
{
13
public
:
14
KUZU_API
static
uint32_t
getChildrenSize
(
const
Value
* val);
15
16
KUZU_API
static
Value
*
getChildVal
(
const
Value
* val, uint32_t idx);
17
};
18
19
}
// namespace common
20
}
// namespace kuzu
api.h
KUZU_API
#define KUZU_API
Definition
api.h:25
kuzu::common::NestedVal
Definition
nested.h:12
kuzu::common::NestedVal::getChildVal
static KUZU_API Value * getChildVal(const Value *val, uint32_t idx)
kuzu::common::NestedVal::getChildrenSize
static KUZU_API uint32_t getChildrenSize(const Value *val)
kuzu::common::Value
Definition
value.h:27
kuzu
Definition
alter_type.h:5
headers
nested.h
Generated by
1.12.0