Groonga 3.0.9 Source Code Document
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Macros | Functions
test-expr-query.c File Reference
#include "db.h"
#include <stdio.h>
#include <time.h>
#include <gcutter.h>
#include "../lib/grn-assertions.h"
Include dependency graph for test-expr-query.c:

Go to the source code of this file.

Macros

#define PARSE(expr, str, flags)
#define INSERT_DOCUMENT(body)   cut_trace(insert_document(body))
#define ADD_DATUM(label, expected_keys, query)
#define ADD_DATUM(label, expected_keys, query)

Functions

void data_allow_column (void)
void test_allow_column (gconstpointer data)
void data_allow_update (void)
void test_allow_update (gconstpointer data)
void cut_startup (void)
void cut_shutdown (void)
void cut_setup (void)
void cut_teardown (void)

Macro Definition Documentation

#define ADD_DATUM (   label,
  expected_keys,
  query 
)
Value:
gcut_add_datum(label, \
"expected_keys", G_TYPE_POINTER, expected_keys, \
gcut_list_string_free, \
"query", G_TYPE_STRING, query, \
NULL)
#define ADD_DATUM (   label,
  expected_keys,
  query 
)
Value:
gcut_add_datum(label, \
"expected_keys", G_TYPE_POINTER, expected_keys, \
gcut_list_string_free, \
"query", G_TYPE_STRING, query, \
NULL)
#define INSERT_DOCUMENT (   body)    cut_trace(insert_document(body))

Definition at line 136 of file test-expr-query.c.

#define PARSE (   expr,
  str,
  flags 
)
Value:
grn_test_assert(grn_expr_parse(&context, (expr), (str), strlen(str), \
body, GRN_OP_MATCH, GRN_OP_AND, flags))

Definition at line 90 of file test-expr-query.c.

Function Documentation

void cut_setup ( void  )

Definition at line 54 of file test-expr-query.c.

Here is the call graph for this function:

void cut_shutdown ( void  )

Definition at line 48 of file test-expr-query.c.

void cut_startup ( void  )

Definition at line 40 of file test-expr-query.c.

Here is the call graph for this function:

void cut_teardown ( void  )

Definition at line 72 of file test-expr-query.c.

Here is the call graph for this function:

void data_allow_column ( void  )

Definition at line 216 of file test-expr-query.c.

void data_allow_update ( void  )

Definition at line 260 of file test-expr-query.c.

void test_allow_column ( gconstpointer  data)

Definition at line 236 of file test-expr-query.c.

Here is the call graph for this function:

void test_allow_update ( gconstpointer  data)

Definition at line 277 of file test-expr-query.c.

Here is the call graph for this function: