groonga_d.vector

Undocumented in source.

Members

Functions

grn_uvector_add_element
groonga_d.groonga.grn_rc grn_uvector_add_element(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* uvector, groonga_d.groonga.grn_id id, uint weight)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_uvector_add_element_record
groonga_d.groonga.grn_rc grn_uvector_add_element_record(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* uvector, groonga_d.groonga.grn_id id, float weight)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_uvector_copy
groonga_d.groonga.grn_rc grn_uvector_copy(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* src, groonga_d.groonga.grn_obj* dest)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_uvector_element_size
uint grn_uvector_element_size(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* uvector)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_uvector_get_element
groonga_d.groonga.grn_id grn_uvector_get_element(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* uvector, uint offset, uint* weight)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_uvector_get_element_record
groonga_d.groonga.grn_id grn_uvector_get_element_record(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* uvector, uint offset, float* weight)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_uvector_size
uint grn_uvector_size(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* uvector)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
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, groonga_d.groonga.grn_id 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_add_element_float
groonga_d.groonga.grn_rc grn_vector_add_element_float(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* vector, const(char)* str, uint str_len, float weight, groonga_d.groonga.grn_id 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_copy
groonga_d.groonga.grn_rc grn_vector_copy(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* src, groonga_d.groonga.grn_obj* dest)
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, groonga_d.groonga.grn_id* 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
bool grn_vector_get_element_bool(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* vector, uint offset, bool 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_float
uint grn_vector_get_element_float(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* vector, uint offset, const(char)** str, float* weight, groonga_d.groonga.grn_id* 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_float32
float grn_vector_get_element_float32(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* vector, uint offset, float 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_float64
double grn_vector_get_element_float64(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* vector, uint offset, double 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, groonga_d.groonga.grn_id* 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_pop_element_float
uint grn_vector_pop_element_float(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* vector, const(char)** str, float* weight, groonga_d.groonga.grn_id* 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