SWC-DB  v0.5.12 C++ documentations
SWC-DB© (Super Wide Column Database) - High Performance Scalable Database (https://github.com/kashirin-alex/swc-db)
SWC::DB::Specs::Serial::Value Namespace Reference

The SWC-DB Serial Value Specifications C++ namespace 'SWC::DB::Specs::Serial::Value'. More...

Classes

struct  Field
 
struct  Field_BYTES
 
struct  Field_DOUBLE
 
struct  Field_INT64
 
struct  Field_KEY
 
struct  Field_LIST_BYTES
 
struct  Field_LIST_INT64
 
struct  Fields
 

Typedefs

using Type = Cell::Serial::Value::Type
 

Functions

template<Type TypeT>
SWC_CAN_INLINE bool is_matching (Core::Vector< Field * > &fields_ptr, Cell::Serial::Value::Field *vfieldp, bool *more)
 

Detailed Description

The SWC-DB Serial Value Specifications C++ namespace 'SWC::DB::Specs::Serial::Value'.

Typedef Documentation

◆ Type

Function Documentation

◆ is_matching()

template<Type TypeT>
SWC_CAN_INLINE bool SWC::DB::Specs::Serial::Value::is_matching ( Core::Vector< Field * > &  fields_ptr,
Cell::Serial::Value::Field vfieldp,
bool *  more 
)

Definition at line 757 of file SpecsValueSerialFields.cc.

References SWC::Core::Vector< T, SizeT, GROW_SZ >::begin(), SWC::Core::Vector< T, SizeT, GROW_SZ >::cend(), and SWC::DB::Cell::Serial::Value::Field::fid.

+ Here is the call graph for this function: