OmniSciDB  72c90bc290
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ColSlotContext.h File Reference

Provides column info and slot info for the output buffer and some metadata helpers. More...

#include "Logger/Logger.h"
#include <algorithm>
#include <string>
#include <unordered_map>
#include <vector>
+ Include dependency graph for ColSlotContext.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  SlotSize
 
class  ColSlotContext
 

Namespaces

 Analyzer
 

Functions

bool operator== (const SlotSize &lhs, const SlotSize &rhs)
 

Detailed Description

Provides column info and slot info for the output buffer and some metadata helpers.

Definition in file ColSlotContext.h.

Function Documentation

bool operator== ( const SlotSize lhs,
const SlotSize rhs 
)
inline

Definition at line 38 of file ColSlotContext.h.

References SlotSize::logical_size, and SlotSize::padded_size.

38  {
39  return lhs.padded_size == rhs.padded_size && lhs.logical_size == rhs.logical_size;
40 }
int8_t logical_size
int8_t padded_size