-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
afde79c
commit 16b8f78
Showing
14 changed files
with
88 additions
and
88 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
#ifndef DATA_NEXTIAJD_HPP | ||
#define DATA_NEXTIAJD_HPP | ||
|
||
#include "fls/std/string.hpp" | ||
|
||
namespace fastlanes { | ||
|
||
// clang-format off | ||
class NextiaJD { | ||
public: | ||
static constexpr string_view all_anonymized_2015_11_2017_03 {FASTLANES_DATA_DIR "/NextiaJD/tables/all_anonymized_2015_11_2017_03"}; //NOLINT | ||
static constexpr string_view artists {FASTLANES_DATA_DIR "/NextiaJD/tables/artists"}; //NOLINT | ||
static constexpr string_view az {FASTLANES_DATA_DIR "/NextiaJD/tables/az"}; //NOLINT | ||
static constexpr string_view business_licences {FASTLANES_DATA_DIR "/NextiaJD/tables/business_licences"}; //NOLINT | ||
static constexpr string_view Chicago_Crimes_2001_to_2004 {FASTLANES_DATA_DIR "/NextiaJD/tables/Chicago_Crimes_2001_to_2004"}; //NOLINT | ||
static constexpr string_view Chicago_Crimes_2005_to_2007 {FASTLANES_DATA_DIR "/NextiaJD/tables/Chicago_Crimes_2005_to_2007"}; //NOLINT | ||
static constexpr string_view Chicago_Crimes_2012_to_2017 {FASTLANES_DATA_DIR "/NextiaJD/tables/Chicago_Crimes_2012_to_2017"}; //NOLINT | ||
static constexpr string_view comments {FASTLANES_DATA_DIR "/NextiaJD/tables/comments"}; //NOLINT | ||
static constexpr string_view Consumer_Complaints {FASTLANES_DATA_DIR "/NextiaJD/tables/Consumer_Complaints"}; //NOLINT | ||
static constexpr string_view econbiz {FASTLANES_DATA_DIR "/NextiaJD/tables/econbiz"}; //NOLINT | ||
static constexpr string_view eo2 {FASTLANES_DATA_DIR "/NextiaJD/tables/eo2"}; //NOLINT | ||
static constexpr string_view eo3 {FASTLANES_DATA_DIR "/NextiaJD/tables/eo3"}; //NOLINT | ||
static constexpr string_view examiner_date_text {FASTLANES_DATA_DIR "/NextiaJD/tables/examiner_date_text"}; //NOLINT | ||
static constexpr string_view examiner_date_tokens {FASTLANES_DATA_DIR "/NextiaJD/tables/examiner_date_tokens"}; //NOLINT | ||
static constexpr string_view glassdoor_photos {FASTLANES_DATA_DIR "/NextiaJD/tables/glassdoor_photos"}; //NOLINT | ||
static constexpr string_view Homo_sapiens_GRCh38_92 {FASTLANES_DATA_DIR "/NextiaJD/tables/Homo_sapiens_GRCh38_92"}; //NOLINT | ||
static constexpr string_view news_week_17aug24 {FASTLANES_DATA_DIR "/NextiaJD/tables/news_week_17aug24"}; //NOLINT | ||
static constexpr string_view otp {FASTLANES_DATA_DIR "/NextiaJD/tables/otp"}; //NOLINT | ||
static constexpr string_view plays {FASTLANES_DATA_DIR "/NextiaJD/tables/plays"}; //NOLINT | ||
static constexpr string_view previous_application {FASTLANES_DATA_DIR "/NextiaJD/tables/previous_application"}; //NOLINT | ||
static constexpr string_view property_tax_report {FASTLANES_DATA_DIR "/NextiaJD/tables/property_tax_report"}; //NOLINT | ||
static constexpr string_view reviews_detailed {FASTLANES_DATA_DIR "/NextiaJD/tables/reviews_detailed"}; //NOLINT | ||
static constexpr string_view reviews_summary {FASTLANES_DATA_DIR "/NextiaJD/tables/reviews_summary"}; //NOLINT | ||
static constexpr string_view saudi_hourly_weather_data {FASTLANES_DATA_DIR "/NextiaJD/tables/saudi_hourly_weather_data"}; //NOLINT | ||
static constexpr string_view train_balanced_sarcasm {FASTLANES_DATA_DIR "/NextiaJD/tables/train_balanced_sarcasm"}; //NOLINT | ||
static constexpr string_view trainView {FASTLANES_DATA_DIR "/NextiaJD/tables/trainView"}; //NOLINT | ||
static constexpr string_view us_perm_visas {FASTLANES_DATA_DIR "/NextiaJD/tables/us_perm_visas"}; //NOLINT | ||
static constexpr string_view wowah_data {FASTLANES_DATA_DIR "/NextiaJD/tables/wowah_data"}; //NOLINT | ||
static constexpr string_view yellow_tripdata_2019_01 {FASTLANES_DATA_DIR "/NextiaJD/tables/yellow_tripdata_2019_01"}; //NOLINT | ||
|
||
}; | ||
} // namespace fastlanes | ||
|
||
#endif // DATA_NEXTIAJD_HPP |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
#ifndef DATA_CLICKBENCH_HPP | ||
#define DATA_CLICKBENCH_HPP | ||
|
||
#include "fls/std/string.hpp" | ||
|
||
namespace fastlanes { | ||
|
||
// clang-format off | ||
class clickbench { | ||
public: | ||
static constexpr string_view hits {FASTLANES_DATA_DIR "/clickbench/hits"}; //NOLINT | ||
|
||
}; | ||
} // namespace fastlanes | ||
|
||
#endif // DATA_CLICKBENCH_HPP |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
data/include/data/footer/generated.hpp → data/include/data/generated.hpp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
#ifndef DATA_ISSUE_HPP | ||
#define DATA_ISSUE_HPP | ||
|
||
#include "fls/std/string.hpp" | ||
|
||
namespace fastlanes { | ||
|
||
class Issue { | ||
public: | ||
static constexpr string_view ISSUE76 {FASTLANES_DATA_DIR "/issue/tables/issue_76/"}; | ||
}; | ||
} // namespace fastlanes | ||
|
||
#endif // DATA_ISSUE_HPP |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#include "data/footer/issue.hpp" | ||
#include "data/issue.hpp" | ||
#include "test/tester.hpp" | ||
|
||
namespace fastlanes { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters