Groonga
Loading...
Searching...
No Matches
bulk.hpp File Reference
#include <cmath>
#include <cstring>
#include <string>
Include dependency graph for bulk.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  grn::TextBulk
 

Namespaces

namespace  grn
 
namespace  grn::numeric
 
namespace  grn::bulk
 

Functions

template<typename TYPE >
std::enable_if_t< std::is_integral_v< TYPE >, bool > grn::numeric::is_zero (TYPE value)
 
template<typename TYPE >
std::enable_if_t< std::is_floating_point_v< TYPE >, bool > grn::numeric::is_zero (TYPE value)
 
template<typename TYPE >
TYPE grn::bulk::get (grn_ctx *ctx, grn_obj *bulk, TYPE default_value)
 
template<typename NUMERIC >
grn_rc grn::bulk::set (grn_ctx *ctx, grn_obj *bulk, NUMERIC value)
 
template<typename NUMERIC >
grn_rc grn::bulk::put (grn_ctx *ctx, grn_obj *bulk, NUMERIC value)