Multi-core Hash Joins
Main-memory hash join implementations for multi-core CPUs
Public Attributes | List of all members
threadresult_t Struct Reference

#include <types.h>

Public Attributes

int64_t nresults
 
void * results
 
uint32_t threadid
 

Detailed Description

Holds the join results of a thread

Definition at line 67 of file types.h.

Member Data Documentation

◆ nresults

int64_t threadresult_t::nresults

Definition at line 68 of file types.h.

◆ results

void* threadresult_t::results

Definition at line 69 of file types.h.

◆ threadid

uint32_t threadresult_t::threadid

Definition at line 70 of file types.h.


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