Sha256: c9d1fd2ed2e64b9b975b1b64390ec049b8927b49e42d87cc8ba1a65e8d1b9d8b
Contents?: true
Size: 1.17 KB
Versions: 6
Compression:
Stored size: 1.17 KB
Contents
/* -*- c-basic-offset: 2 -*- */ /* Copyright(C) 2018 Kouhei Sutou <kou@clear-code.com> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License version 2.1 as published by the Free Software Foundation. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #pragma once #ifdef __cplusplus extern "C" { #endif GRN_API grn_obj * grn_output_columns_parse(grn_ctx *ctx, grn_obj *table, const char *raw_output_columns, size_t raw_output_columns_size); GRN_API grn_rc grn_output_columns_apply(grn_ctx *ctx, grn_obj *output_columns, grn_obj *columns); #ifdef __cplusplus } #endif
Version data entries
6 entries across 6 versions & 1 rubygems