We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d125b6c commit d8f3321Copy full SHA for d8f3321
test/test_alp.cpp
@@ -118,7 +118,7 @@ class alp_test : public ::testing::Test {
118
size_t tuples_count {alp::config::VECTOR_SIZE};
119
size_t rowgroup_offset {0};
120
121
- double value_to_encode;
+ PT value_to_encode;
122
std::string val_str;
123
// keep storing values from the text file so long as data exists:
124
size_t row_idx {0};
0 commit comments