Skip to content

Commit

Permalink
apacheGH-40154: [C++][Parquet] Separate encoders and decoder
Browse files Browse the repository at this point in the history
  • Loading branch information
pitrou committed Sep 5, 2024
1 parent 7a24729 commit 3e67757
Show file tree
Hide file tree
Showing 4 changed files with 1,850 additions and 1,795 deletions.
3 changes: 2 additions & 1 deletion cpp/src/parquet/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,8 @@ set(PARQUET_SRCS
column_reader.cc
column_scanner.cc
column_writer.cc
encoding.cc
decoder.cc
encoder.cc
encryption/encryption.cc
encryption/internal_file_decryptor.cc
encryption/internal_file_encryptor.cc
Expand Down
Loading

0 comments on commit 3e67757

Please sign in to comment.