mutable
A Database System for Research and Fast Prototyping
Loading...
Searching...
No Matches
Macros
store_manip.cpp File Reference
#include "store_manip.hpp"
#include "storage/ColumnStore.hpp"
#include "util/datagen.hpp"
#include <algorithm>
#include <chrono>
#include <cstring>
#include <limits>
#include <mutable/catalog/Schema.hpp>
#include <mutable/Options.hpp>
#include <mutable/util/fn.hpp>
#include <random>
#include <unordered_set>
Include dependency graph for store_manip.cpp:

Go to the source code of this file.

Macros

#define CASE(N)
 
#define CASE(N)
 

Macro Definition Documentation

◆ CASE [1/2]

#define CASE (   N)
Value:
case N: \
::generate_numeric_column(reinterpret_cast<int##N##_t*>(column_ptr), num_distinct_values, begin, end); \
break

◆ CASE [2/2]

#define CASE (   N)
Value:
case N: \
generate_correlated_numeric_columns(reinterpret_cast<int##N##_t*>(left_ptr), \
reinterpret_cast<int##N##_t*>(right_ptr), \
num_distinct_values_left, num_distinct_values_right, \
count_left, count_right, \
num_distinct_values_matching); \
break