groonga_d.column

Undocumented in source.

Members

Aliases

grn_column_cache
alias grn_column_cache = _grn_column_cache
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

GRN_COLUMN_OPEN_OR_CREATE
bool GRN_COLUMN_OPEN_OR_CREATE(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* table, const(char)* name, uint name_size, const(char)* path, uint flags, groonga_d.groonga.grn_obj* type, 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_column_cache_close
void grn_column_cache_close(groonga_d.groonga.grn_ctx* ctx, grn_column_cache* cache)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_column_cache_open
grn_column_cache* grn_column_cache_open(groonga_d.groonga.grn_ctx* ctx, 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_column_cache_ref
void* grn_column_cache_ref(groonga_d.groonga.grn_ctx* ctx, grn_column_cache* cache, groonga_d.groonga.grn_id id, size_t* value_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_column_copy
groonga_d.groonga.grn_rc grn_column_copy(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* from, groonga_d.groonga.grn_obj* to)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_column_create
groonga_d.groonga.grn_obj* grn_column_create(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* table, const(char)* name, uint name_size, const(char)* path, groonga_d.groonga.grn_column_flags flags, 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.
grn_column_create_similar
groonga_d.groonga.grn_obj* grn_column_create_similar(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* table, const(char)* name, uint name_size, const(char)* path, groonga_d.groonga.grn_obj* base_column)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_column_get_flags
groonga_d.groonga.grn_column_flags grn_column_get_flags(groonga_d.groonga.grn_ctx* ctx, 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_column_index_update
groonga_d.groonga.grn_rc grn_column_index_update(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* column, groonga_d.groonga.grn_id id, uint section, groonga_d.groonga.grn_obj* oldvalue, groonga_d.groonga.grn_obj* newvalue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_column_table
groonga_d.groonga.grn_obj* grn_column_table(groonga_d.groonga.grn_ctx* ctx, 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_column_truncate
groonga_d.groonga.grn_rc grn_column_truncate(groonga_d.groonga.grn_ctx* ctx, 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.

Manifest constants

GRN_COLUMN_NAME_AVG
enum GRN_COLUMN_NAME_AVG;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GRN_COLUMN_NAME_AVG_LEN
enum GRN_COLUMN_NAME_AVG_LEN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GRN_COLUMN_NAME_ID
enum GRN_COLUMN_NAME_ID;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GRN_COLUMN_NAME_ID_LEN
enum GRN_COLUMN_NAME_ID_LEN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GRN_COLUMN_NAME_KEY
enum GRN_COLUMN_NAME_KEY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GRN_COLUMN_NAME_KEY_LEN
enum GRN_COLUMN_NAME_KEY_LEN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GRN_COLUMN_NAME_MAX
enum GRN_COLUMN_NAME_MAX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GRN_COLUMN_NAME_MAX_LEN
enum GRN_COLUMN_NAME_MAX_LEN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GRN_COLUMN_NAME_MEAN
enum GRN_COLUMN_NAME_MEAN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GRN_COLUMN_NAME_MEAN_LEN
enum GRN_COLUMN_NAME_MEAN_LEN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GRN_COLUMN_NAME_MIN
enum GRN_COLUMN_NAME_MIN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GRN_COLUMN_NAME_MIN_LEN
enum GRN_COLUMN_NAME_MIN_LEN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GRN_COLUMN_NAME_NSUBRECS
enum GRN_COLUMN_NAME_NSUBRECS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GRN_COLUMN_NAME_NSUBRECS_LEN
enum GRN_COLUMN_NAME_NSUBRECS_LEN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GRN_COLUMN_NAME_SCORE
enum GRN_COLUMN_NAME_SCORE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GRN_COLUMN_NAME_SCORE_LEN
enum GRN_COLUMN_NAME_SCORE_LEN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GRN_COLUMN_NAME_SUM
enum GRN_COLUMN_NAME_SUM;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GRN_COLUMN_NAME_SUM_LEN
enum GRN_COLUMN_NAME_SUM_LEN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GRN_COLUMN_NAME_VALUE
enum GRN_COLUMN_NAME_VALUE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GRN_COLUMN_NAME_VALUE_LEN
enum GRN_COLUMN_NAME_VALUE_LEN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

_grn_column_cache
struct _grn_column_cache
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta