Kùzu C++ API
|
This is the complete list of members for kuzu::common::Int128_t, including all inherited members.
Add(int128_t lhs, int128_t rhs) | kuzu::common::Int128_t | static |
addInPlace(int128_t &lhs, int128_t rhs) | kuzu::common::Int128_t | static |
BinaryAnd(int128_t lhs, int128_t rhs) | kuzu::common::Int128_t | static |
BinaryNot(int128_t val) | kuzu::common::Int128_t | static |
BinaryOr(int128_t lhs, int128_t rhs) | kuzu::common::Int128_t | static |
Cast(int128_t input) | kuzu::common::Int128_t | inlinestatic |
castTo(T value) | kuzu::common::Int128_t | inlinestatic |
Div(int128_t lhs, int128_t rhs) | kuzu::common::Int128_t | static |
divMod(int128_t lhs, int128_t rhs, int128_t &remainder) | kuzu::common::Int128_t | static |
divModPositive(int128_t lhs, uint64_t rhs, uint64_t &remainder) | kuzu::common::Int128_t | static |
Equals(int128_t lhs, int128_t rhs) | kuzu::common::Int128_t | inlinestatic |
greaterThan(int128_t lhs, int128_t rhs) | kuzu::common::Int128_t | inlinestatic |
greaterThanOrEquals(int128_t lhs, int128_t rhs) | kuzu::common::Int128_t | inlinestatic |
LeftShift(int128_t lhs, int amount) | kuzu::common::Int128_t | static |
lessThan(int128_t lhs, int128_t rhs) | kuzu::common::Int128_t | inlinestatic |
lessThanOrEquals(int128_t lhs, int128_t rhs) | kuzu::common::Int128_t | inlinestatic |
Mod(int128_t lhs, int128_t rhs) | kuzu::common::Int128_t | static |
Mul(int128_t lhs, int128_t rhs) | kuzu::common::Int128_t | static |
negate(int128_t input) | kuzu::common::Int128_t | inlinestatic |
negateInPlace(int128_t &input) | kuzu::common::Int128_t | inlinestatic |
notEquals(int128_t lhs, int128_t rhs) | kuzu::common::Int128_t | inlinestatic |
powerOf10 | kuzu::common::Int128_t | static |
RightShift(int128_t lhs, int amount) | kuzu::common::Int128_t | static |
Sub(int128_t lhs, int128_t rhs) | kuzu::common::Int128_t | static |
subInPlace(int128_t &lhs, int128_t rhs) | kuzu::common::Int128_t | static |
ToString(int128_t input) | kuzu::common::Int128_t | static |
tryCast(int128_t input, T &result) | kuzu::common::Int128_t | static |
tryCast(int128_t input, int8_t &result) | kuzu::common::Int128_t | |
tryCast(int128_t input, int16_t &result) | kuzu::common::Int128_t | |
tryCast(int128_t input, int32_t &result) | kuzu::common::Int128_t | |
tryCast(int128_t input, int64_t &result) | kuzu::common::Int128_t | |
tryCast(int128_t input, uint8_t &result) | kuzu::common::Int128_t | |
tryCast(int128_t input, uint16_t &result) | kuzu::common::Int128_t | |
tryCast(int128_t input, uint32_t &result) | kuzu::common::Int128_t | |
tryCast(int128_t input, uint64_t &result) | kuzu::common::Int128_t | |
tryCast(int128_t input, float &result) | kuzu::common::Int128_t | |
tryCast(int128_t input, double &result) | kuzu::common::Int128_t | |
tryCast(int128_t input, long double &result) | kuzu::common::Int128_t | |
tryCastTo(T value, int128_t &result) | kuzu::common::Int128_t | static |
tryCastTo(int8_t value, int128_t &result) | kuzu::common::Int128_t | |
tryCastTo(int16_t value, int128_t &result) | kuzu::common::Int128_t | |
tryCastTo(int32_t value, int128_t &result) | kuzu::common::Int128_t | |
tryCastTo(int64_t value, int128_t &result) | kuzu::common::Int128_t | |
tryCastTo(uint8_t value, int128_t &result) | kuzu::common::Int128_t | |
tryCastTo(uint16_t value, int128_t &result) | kuzu::common::Int128_t | |
tryCastTo(uint32_t value, int128_t &result) | kuzu::common::Int128_t | |
tryCastTo(uint64_t value, int128_t &result) | kuzu::common::Int128_t | |
tryCastTo(int128_t value, int128_t &result) | kuzu::common::Int128_t | |
tryCastTo(float value, int128_t &result) | kuzu::common::Int128_t | |
tryCastTo(double value, int128_t &result) | kuzu::common::Int128_t | |
tryCastTo(long double value, int128_t &result) | kuzu::common::Int128_t | |
tryMultiply(int128_t lhs, int128_t rhs, int128_t &result) | kuzu::common::Int128_t | static |
Xor(int128_t lhs, int128_t rhs) | kuzu::common::Int128_t | static |