Move bitfield into common. (#4737)

* Prepare for columnar format support.
This commit is contained in:
Jiaming Yuan
2019-08-06 02:49:32 -04:00
committed by GitHub
parent 97eece6ea0
commit 9c469b3844
4 changed files with 163 additions and 153 deletions

View File

@@ -12,6 +12,7 @@
#include <bitset>
#include <string>
#include <sstream>
#include <set>
#include "constraints.cuh"
#include "param.h"