Groonga
Loading...
Searching...
No Matches
applier.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2024 Sutou Kouhei <kou@clear-code.com>
3
4 This library is free software; you can redistribute it and/or
5 modify it under the terms of the GNU Lesser General Public
6 License as published by the Free Software Foundation; either
7 version 2.1 of the License, or (at your option) any later version.
8
9 This library is distributed in the hope that it will be useful,
10 but WITHOUT ANY WARRANTY; without even the implied warranty of
11 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 Lesser General Public License for more details.
13
14 You should have received a copy of the GNU Lesser General Public
15 License along with this library; if not, write to the Free Software
16 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
17*/
18
19#pragma once
20
21#include <groonga.h>
22
23#ifdef __cplusplus
24extern "C" {
25#endif
26
27typedef struct _grn_applier_data grn_applier_data;
28
37
38typedef grn_rc
40
43
44#ifdef __cplusplus
45}
46#endif
GRN_API grn_obj * grn_applier_data_get_table(grn_ctx *ctx, grn_applier_data *data)
GRN_API grn_obj * grn_applier_data_get_applier(grn_ctx *ctx, grn_applier_data *data)
GRN_API grn_obj ** grn_applier_data_get_args(grn_ctx *ctx, grn_applier_data *data, size_t *n_args)
GRN_API grn_rc grn_proc_set_applier(grn_ctx *ctx, grn_obj *proc, grn_applier_func applier)
GRN_API grn_obj * grn_applier_data_get_output_column(grn_ctx *ctx, grn_applier_data *data)
struct _grn_applier_data grn_applier_data
Definition applier.h:27
grn_rc grn_applier_func(grn_ctx *ctx, grn_applier_data *data)
Definition applier.h:39
grn_rc
Definition groonga.h:61
#define GRN_API
Definition groonga.h:39
Definition groonga.h:351
Definition groonga.h:919