Groonga
Loading...
Searching...
No Matches
grn::bulk Namespace Reference

Functions

template<typename TYPE >
TYPE get (grn_ctx *ctx, grn_obj *bulk, TYPE default_value)
 
template<typename NUMERIC >
grn_rc set (grn_ctx *ctx, grn_obj *bulk, NUMERIC value)
 
template<typename NUMERIC >
grn_rc put (grn_ctx *ctx, grn_obj *bulk, NUMERIC value)
 

Function Documentation

◆ get()

template<typename TYPE >
TYPE grn::bulk::get ( grn_ctx ctx,
grn_obj bulk,
TYPE  default_value 
)

◆ put()

template<typename NUMERIC >
grn_rc grn::bulk::put ( grn_ctx ctx,
grn_obj bulk,
NUMERIC  value 
)

◆ set()

template<typename NUMERIC >
grn_rc grn::bulk::set ( grn_ctx ctx,
grn_obj bulk,
NUMERIC  value 
)