groonga_d.vector

Undocumented in source.

Members

Functions

grn_vector_add_element
groonga_d.groonga.grn_rc grn_vector_add_element(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* vector, const(char)* str, uint str_len, uint weight, uint domain)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_vector_get_element
uint grn_vector_get_element(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* vector, uint offset, const(char)** str, uint* weight, uint* domain)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_vector_get_element_bool
ubyte grn_vector_get_element_bool(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* vector, uint offset, ubyte default_value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_vector_get_element_int16
short grn_vector_get_element_int16(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* vector, uint offset, short default_value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_vector_get_element_int32
int grn_vector_get_element_int32(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* vector, uint offset, int default_value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_vector_get_element_int64
long grn_vector_get_element_int64(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* vector, uint offset, long default_value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_vector_get_element_int8
byte grn_vector_get_element_int8(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* vector, uint offset, byte default_value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_vector_get_element_uint16
ushort grn_vector_get_element_uint16(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* vector, uint offset, ushort default_value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_vector_get_element_uint32
uint grn_vector_get_element_uint32(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* vector, uint offset, uint default_value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_vector_get_element_uint64
ulong grn_vector_get_element_uint64(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* vector, uint offset, ulong default_value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_vector_get_element_uint8
ubyte grn_vector_get_element_uint8(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* vector, uint offset, ubyte default_value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_vector_pop_element
uint grn_vector_pop_element(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* vector, const(char)** str, uint* weight, uint* domain)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_vector_size
uint grn_vector_size(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* vector)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta