Skip to content

Commit

Permalink
refactor(parquet): Move arrow RleEncodingInternal to common
Browse files Browse the repository at this point in the history
  • Loading branch information
wypb committed Dec 12, 2024
1 parent 3ca70a3 commit 9bab7c5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions velox/dwio/parquet/writer/arrow/Encoding.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@
#include "velox/dwio/parquet/writer/arrow/Platform.h"
#include "velox/dwio/parquet/writer/arrow/Types.h"

namespace facebook::velox::parquet {
class BitWriter;
class RleEncoder;
} // namespace facebook::velox::parquet

namespace arrow {

class Array;
Expand Down

0 comments on commit 9bab7c5

Please sign in to comment.