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

Go to the source code of this file.

Macros

#define INSERT_DOCUMENT(author, body)   cut_trace(insert_document(author, body))
#define PARSE(expr, str, flags)

Functions

void test_equal (void)
void test_equal_indexed (void)
void test_equal_by_existent_reference_key (void)
void test_equal_by_nonexistent_reference_key (void)
void test_select (void)
void test_search (void)
void test_select_search (void)
void test_match (void)
void test_match_equal (void)
void test_match_without_index (void)
void cut_startup (void)
void cut_shutdown (void)
void cut_setup (void)
void cut_teardown (void)

Macro Definition Documentation

#define INSERT_DOCUMENT (   author,
  body 
)    cut_trace(insert_document(author, body))

Definition at line 121 of file test-table-select.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 200 of file test-table-select.c.

Function Documentation

void cut_setup ( void  )

Definition at line 61 of file test-table-select.c.

Here is the call graph for this function:

void cut_shutdown ( void  )

Definition at line 55 of file test-table-select.c.

void cut_startup ( void  )

Definition at line 47 of file test-table-select.c.

Here is the call graph for this function:

void cut_teardown ( void  )

Definition at line 79 of file test-table-select.c.

Here is the call graph for this function:

void test_equal ( void  )

Definition at line 205 of file test-table-select.c.

Here is the call graph for this function:

void test_equal_by_existent_reference_key ( void  )

Definition at line 268 of file test-table-select.c.

Here is the call graph for this function:

void test_equal_by_nonexistent_reference_key ( void  )

Definition at line 292 of file test-table-select.c.

Here is the call graph for this function:

void test_equal_indexed ( void  )

Definition at line 238 of file test-table-select.c.

Here is the call graph for this function:

void test_match ( void  )

Definition at line 482 of file test-table-select.c.

Here is the call graph for this function:

void test_match_equal ( void  )

Definition at line 520 of file test-table-select.c.

Here is the call graph for this function:

void test_match_without_index ( void  )

Definition at line 565 of file test-table-select.c.

Here is the call graph for this function:

void test_search ( void  )

Definition at line 354 of file test-table-select.c.

Here is the call graph for this function:

void test_select ( void  )
void test_select_search ( void  )

Definition at line 418 of file test-table-select.c.

Here is the call graph for this function: