#include <compression.h>
◆ StorageValue() [1/5]
kuzu::storage::StorageValue::StorageValue |
( |
| ) |
|
|
default |
◆ StorageValue() [2/5]
template<typename T >
requires std::same_as<std::remove_cvref_t<T>,
common::int128_t>
kuzu::storage::StorageValue::StorageValue |
( |
T | value | ) |
|
|
inlineexplicit |
◆ StorageValue() [3/5]
template<typename T >
requires std::integral<T> && std::numeric_limits<T>::is_signed
kuzu::storage::StorageValue::StorageValue |
( |
T | value | ) |
|
|
inlineexplicit |
◆ StorageValue() [4/5]
template<typename T >
requires std::integral<T> && (!std::numeric_limits<T>::is_signed)
kuzu::storage::StorageValue::StorageValue |
( |
T | value | ) |
|
|
inlineexplicit |
◆ StorageValue() [5/5]
template<typename T >
requires std::is_floating_point<T>::value
kuzu::storage::StorageValue::StorageValue |
( |
T | value | ) |
|
|
inlineexplicit |
◆ get()
template<StorageValueType T>
T kuzu::storage::StorageValue::get |
( |
| ) |
const |
|
inline |
◆ gt()
◆ operator=()
template<StorageValueType T>
StorageValue & kuzu::storage::StorageValue::operator= |
( |
const T & | val | ) |
|
|
inline |
◆ operator==()
bool kuzu::storage::StorageValue::operator== |
( |
const StorageValue & | other | ) |
const |
|
inline |
◆ readFromVector()
◆ floatVal
double kuzu::storage::StorageValue::floatVal |
◆ signedInt
int64_t kuzu::storage::StorageValue::signedInt |
◆ signedInt128
◆ unsignedInt
uint64_t kuzu::storage::StorageValue::unsignedInt |
The documentation for this union was generated from the following file: