tagion_hibon_add_uint64

Add uint64 to hibon instance

extern (C)
int
tagion_hibon_add_uint64
(
const(HiBONT*) h
,
const char* key
,
const size_t key_len
,
uint64_t value
)

Parameters

key char*

pointer to the key

key_len size_t

length of the key

value uint64_t

uint64 to add

Return Value

Type: int

ErrorCode