strusModule  0.17
Public Types | Public Attributes | List of all members
strus::PostingIteratorJoinConstructor Struct Reference

Structure to declare an operator to join sets of postings represented as iterator as module object. More...

#include <storageModule.hpp>

Public Types

typedef
PostingJoinOperatorInterface *(* 
Create )(ErrorBufferInterface *errorhnd)
 

Public Attributes

const char * name
 name of the join operator More...
 
Create create
 constructor of the function More...
 

Detailed Description

Structure to declare an operator to join sets of postings represented as iterator as module object.

Member Typedef Documentation

typedef PostingJoinOperatorInterface*(* strus::PostingIteratorJoinConstructor::Create)(ErrorBufferInterface *errorhnd)

Member Data Documentation

Create strus::PostingIteratorJoinConstructor::create

constructor of the function

const char* strus::PostingIteratorJoinConstructor::name

name of the join operator


The documentation for this struct was generated from the following file: