Skip to content

Commit

Permalink
Rename parquet_helpers.hpp to parquet_stats_file_helpers.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
robomics committed Nov 13, 2024
1 parent 0e1e72c commit 1221103
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/io/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ target_sources(
nchg_io
PRIVATE
"${CMAKE_CURRENT_SOURCE_DIR}/k_merger_impl.hpp"
"${CMAKE_CURRENT_SOURCE_DIR}/parquet_helpers.cpp"
"${CMAKE_CURRENT_SOURCE_DIR}/parquet_stats_file_helpers.cpp"
"${CMAKE_CURRENT_SOURCE_DIR}/parquet_stats_file_reader.cpp"
"${CMAKE_CURRENT_SOURCE_DIR}/parquet_stats_file_reader_impl.hpp"
"${CMAKE_CURRENT_SOURCE_DIR}/parquet_stats_file_writer.cpp"
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@
// with this library. If not, see
// <https://www.gnu.org/licenses/>.

#include "nchg/parquet_helpers.hpp"
#include "nchg/parquet_stats_file_helpers.hpp"

// clang-format off
#include "nchg/suppress_warnings.hpp"
NCHG_DISABLE_WARNING_PUSH
NCHG_DISABLE_WARNING_DEPRECATED_DECLARATIONS
Expand Down
2 changes: 1 addition & 1 deletion src/io/parquet_stats_file_reader_impl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ NCHG_DISABLE_WARNING_POP
#include <memory>
#include <utility>

#include "nchg/parquet_helpers.hpp"
#include "nchg/parquet_stats_file_helpers.hpp"

namespace nchg {

Expand Down
2 changes: 1 addition & 1 deletion src/io/parquet_stats_file_writer_impl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ NCHG_DISABLE_WARNING_POP
#include <stdexcept>
#include <string>

#include "nchg/parquet_helpers.hpp"
#include "nchg/parquet_stats_file_helpers.hpp"

namespace nchg {

Expand Down
1 change: 1 addition & 0 deletions src/io/text.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@

#include "nchg/text.hpp"

// clang-format off
#include "nchg/suppress_warnings.hpp"
NCHG_DISABLE_WARNING_PUSH
NCHG_DISABLE_WARNING_DEPRECATED_DECLARATIONS
Expand Down

0 comments on commit 1221103

Please sign in to comment.