OmniSciDB
085a039ca4
|
#include <iterator>
#include <limits>
#include <type_traits>
Go to the source code of this file.
Classes | |
struct | Interval< T, U > |
class | Intervals< T, U > |
class | Intervals< T, U >::Iterator |
Functions | |
template<typename T , typename U = typename std::make_unsigned<T>::type> | |
Intervals< T > | makeIntervals (T begin, T end, std::size_t n_workers) |
Intervals<T> makeIntervals | ( | T | begin, |
T | end, | ||
std::size_t | n_workers | ||
) |
Definition at line 116 of file Intervals.h.
References Intervals< T, U >::begin(), and Intervals< T, U >::end().
Referenced by ColumnFetcher::linearizeVarLenArrayColFrags(), ColumnarResults::materializeAllColumnsThroughIteration(), and ColumnarResults::materializeAllLazyColumns().