- grn_token_cursor_close
groonga_d.groonga.grn_rc grn_token_cursor_close(groonga_d.groonga.grn_ctx* ctx, grn_token_cursor* token_cursor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- grn_token_cursor_get_status
grn_token_cursor_status grn_token_cursor_get_status(groonga_d.groonga.grn_ctx* ctx, grn_token_cursor* token_cursor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- grn_token_cursor_get_token
groonga_d.token.grn_token* grn_token_cursor_get_token(groonga_d.groonga.grn_ctx* ctx, grn_token_cursor* token_cursor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- grn_token_cursor_next
groonga_d.groonga.grn_id grn_token_cursor_next(groonga_d.groonga.grn_ctx* ctx, grn_token_cursor* token_cursor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- grn_token_cursor_open
grn_token_cursor* grn_token_cursor_open(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* table, const(char)* str, size_t str_len, groonga_d.token.grn_tokenize_mode mode, uint flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- grn_token_cursor_set_index_column
groonga_d.groonga.grn_rc grn_token_cursor_set_index_column(groonga_d.groonga.grn_ctx* ctx, grn_token_cursor* token_cursor, groonga_d.groonga.grn_obj* column)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- grn_token_cursor_set_query_options
groonga_d.groonga.grn_rc grn_token_cursor_set_query_options(groonga_d.groonga.grn_ctx* ctx, grn_token_cursor* token_cursor, groonga_d.groonga.grn_obj* query_options)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- grn_token_cursor_set_source_column
groonga_d.groonga.grn_rc grn_token_cursor_set_source_column(groonga_d.groonga.grn_ctx* ctx, grn_token_cursor* token_cursor, groonga_d.groonga.grn_obj* column)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- grn_token_cursor_set_source_id
groonga_d.groonga.grn_rc grn_token_cursor_set_source_id(groonga_d.groonga.grn_ctx* ctx, grn_token_cursor* token_cursor, groonga_d.groonga.grn_id id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.