Groonga 3.0.9 Source Code Document
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Fields
efs_info Struct Reference
Collaboration diagram for efs_info:
Collaboration graph
[legend]

Data Fields

grn_ctxctx
grn_obje
grn_objv
const char * str
const char * cur
const char * str_end
grn_objtable
grn_objdefault_column
grn_obj buf
grn_obj token_stack
grn_obj column_stack
grn_obj op_stack
grn_obj mode_stack
grn_operator default_op
grn_select_optarg opt
grn_operator default_mode
grn_expr_flags flags
grn_expr_flags default_flags
int escalation_threshold
int escalation_decaystep
int weight_offset
grn_hashweight_set
snip_condsnip_conds

Detailed Description

Definition at line 5010 of file expr.c.

Field Documentation

grn_obj buf

Definition at line 5019 of file expr.c.

grn_obj column_stack

Definition at line 5021 of file expr.c.

grn_ctx* ctx

Definition at line 5011 of file expr.c.

const char* cur

Definition at line 5015 of file expr.c.

grn_obj* default_column

Definition at line 5018 of file expr.c.

grn_expr_flags default_flags

Definition at line 5028 of file expr.c.

grn_operator default_mode

Definition at line 5026 of file expr.c.

grn_operator default_op

Definition at line 5024 of file expr.c.

grn_obj* e

Definition at line 5012 of file expr.c.

int escalation_decaystep

Definition at line 5030 of file expr.c.

int escalation_threshold

Definition at line 5029 of file expr.c.

Definition at line 5027 of file expr.c.

grn_obj mode_stack

Definition at line 5023 of file expr.c.

grn_obj op_stack

Definition at line 5022 of file expr.c.

Definition at line 5025 of file expr.c.

snip_cond* snip_conds

Definition at line 5033 of file expr.c.

const char* str

Definition at line 5014 of file expr.c.

const char* str_end

Definition at line 5016 of file expr.c.

grn_obj* table

Definition at line 5017 of file expr.c.

grn_obj token_stack

Definition at line 5020 of file expr.c.

grn_obj* v

Definition at line 5013 of file expr.c.

int weight_offset

Definition at line 5031 of file expr.c.

grn_hash* weight_set

Definition at line 5032 of file expr.c.


The documentation for this struct was generated from the following file: