Groonga
Loading...
Searching...
No Matches
arrow.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

GRN_API grn_rc grn_arrow_load (grn_ctx *ctx, grn_obj *table, const char *path)
 
GRN_API grn_rc grn_arrow_dump (grn_ctx *ctx, grn_obj *table, const char *path)
 
GRN_API grn_rc grn_arrow_dump_columns (grn_ctx *ctx, grn_obj *table, grn_obj *columns, const char *path)
 

Function Documentation

◆ grn_arrow_dump()

GRN_API grn_rc grn_arrow_dump ( grn_ctx ctx,
grn_obj table,
const char *  path 
)

◆ grn_arrow_dump_columns()

GRN_API grn_rc grn_arrow_dump_columns ( grn_ctx ctx,
grn_obj table,
grn_obj columns,
const char *  path 
)

◆ grn_arrow_load()

GRN_API grn_rc grn_arrow_load ( grn_ctx ctx,
grn_obj table,
const char *  path 
)