groonga_d.output

Undocumented in source.

Members

Aliases

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

Functions

grn_ctx_get_mime_type
const(char)* grn_ctx_get_mime_type(groonga_d.groonga.grn_ctx* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_ctx_get_output_type
groonga_d.groonga.grn_content_type grn_ctx_get_output_type(groonga_d.groonga.grn_ctx* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_ctx_output_array_close
void grn_ctx_output_array_close(groonga_d.groonga.grn_ctx* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_ctx_output_array_open
void grn_ctx_output_array_open(groonga_d.groonga.grn_ctx* ctx, const(char)* name, int nelements)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_ctx_output_bool
void grn_ctx_output_bool(groonga_d.groonga.grn_ctx* ctx, ubyte value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_ctx_output_cstr
void grn_ctx_output_cstr(groonga_d.groonga.grn_ctx* ctx, const(char)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_ctx_output_float
void grn_ctx_output_float(groonga_d.groonga.grn_ctx* ctx, double value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_ctx_output_flush
void grn_ctx_output_flush(groonga_d.groonga.grn_ctx* ctx, int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_ctx_output_int32
void grn_ctx_output_int32(groonga_d.groonga.grn_ctx* ctx, int value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_ctx_output_int64
void grn_ctx_output_int64(groonga_d.groonga.grn_ctx* ctx, long value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_ctx_output_map_close
void grn_ctx_output_map_close(groonga_d.groonga.grn_ctx* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_ctx_output_map_open
void grn_ctx_output_map_open(groonga_d.groonga.grn_ctx* ctx, const(char)* name, int nelements)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_ctx_output_null
void grn_ctx_output_null(groonga_d.groonga.grn_ctx* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_ctx_output_obj
void grn_ctx_output_obj(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* value, grn_obj_format* format)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_ctx_output_result_set
void grn_ctx_output_result_set(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* result_set, grn_obj_format* format)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_ctx_output_result_set_close
void grn_ctx_output_result_set_close(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* result_set, grn_obj_format* format)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_ctx_output_result_set_open
void grn_ctx_output_result_set_open(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* result_set, grn_obj_format* format, uint n_additional_elements)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_ctx_output_str
void grn_ctx_output_str(groonga_d.groonga.grn_ctx* ctx, const(char)* value, uint value_len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_ctx_output_table_columns
void grn_ctx_output_table_columns(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* table, grn_obj_format* format)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_ctx_output_table_records
void grn_ctx_output_table_records(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* table, grn_obj_format* format)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_ctx_output_uint32
void grn_ctx_output_uint32(groonga_d.groonga.grn_ctx* ctx, uint value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_ctx_output_uint64
void grn_ctx_output_uint64(groonga_d.groonga.grn_ctx* ctx, ulong value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_ctx_set_output_type
groonga_d.groonga.grn_rc grn_ctx_set_output_type(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_content_type type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_output_array_close
void grn_output_array_close(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* outbuf, groonga_d.groonga.grn_content_type output_type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_output_array_open
void grn_output_array_open(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* outbuf, groonga_d.groonga.grn_content_type output_type, const(char)* name, int n_elements)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_output_bool
void grn_output_bool(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* outbuf, groonga_d.groonga.grn_content_type output_type, ubyte value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_output_cstr
void grn_output_cstr(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* outbuf, groonga_d.groonga.grn_content_type output_type, const(char)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_output_float
void grn_output_float(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* outbuf, groonga_d.groonga.grn_content_type output_type, double value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_output_int32
void grn_output_int32(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* outbuf, groonga_d.groonga.grn_content_type output_type, int value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_output_int64
void grn_output_int64(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* outbuf, groonga_d.groonga.grn_content_type output_type, long value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_output_map_close
void grn_output_map_close(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* outbuf, groonga_d.groonga.grn_content_type output_type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_output_map_open
void grn_output_map_open(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* outbuf, groonga_d.groonga.grn_content_type output_type, const(char)* name, int n_elements)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_output_null
void grn_output_null(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* outbuf, groonga_d.groonga.grn_content_type output_type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_output_obj
void grn_output_obj(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* outbuf, groonga_d.groonga.grn_content_type output_type, groonga_d.groonga.grn_obj* obj, grn_obj_format* format)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_output_range_normalize
groonga_d.groonga.grn_rc grn_output_range_normalize(groonga_d.groonga.grn_ctx* ctx, int size, int* offset, int* limit)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_output_str
void grn_output_str(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* outbuf, groonga_d.groonga.grn_content_type output_type, const(char)* value, size_t value_len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_output_uint32
void grn_output_uint32(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* outbuf, groonga_d.groonga.grn_content_type output_type, uint value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_output_uint64
void grn_output_uint64(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* outbuf, groonga_d.groonga.grn_content_type output_type, ulong value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_text_otoj
groonga_d.groonga.grn_rc grn_text_otoj(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* bulk, groonga_d.groonga.grn_obj* obj, grn_obj_format* format)
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_OBJ_FORMAT_ASARRAY
enum GRN_OBJ_FORMAT_ASARRAY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GRN_OBJ_FORMAT_AS_ARRAY
enum GRN_OBJ_FORMAT_AS_ARRAY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GRN_OBJ_FORMAT_WITH_COLUMN_NAMES
enum GRN_OBJ_FORMAT_WITH_COLUMN_NAMES;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GRN_OBJ_FORMAT_WITH_WEIGHT
enum GRN_OBJ_FORMAT_WITH_WEIGHT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

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

Meta