groonga_d.type

Undocumented in source.

Members

Functions

grn_type_create
groonga_d.groonga.grn_obj* grn_type_create(groonga_d.groonga.grn_ctx* ctx, const(char)* name, uint name_size, ubyte flags, uint size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_type_id_is_builtin
ubyte grn_type_id_is_builtin(groonga_d.groonga.grn_ctx* ctx, uint id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_type_id_is_number_family
ubyte grn_type_id_is_number_family(groonga_d.groonga.grn_ctx* ctx, uint id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_type_id_is_text_family
ubyte grn_type_id_is_text_family(groonga_d.groonga.grn_ctx* ctx, uint id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_type_size
uint grn_type_size(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta