Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
acquamarin committed Sep 24, 2023
1 parent de70fd6 commit c2b1865
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ class ColumnReader {
ColumnReader(ParquetReader& reader, std::unique_ptr<common::LogicalType> type,
const kuzu_parquet::format::SchemaElement& schema, uint64_t fileIdx, uint64_t maxDefinition,
uint64_t maxRepeat);
virtual ~ColumnReader() = default;
inline common::LogicalType* getDataType() const { return type.get(); }
inline bool hasDefines() { return maxDefine > 0; }
inline bool hasRepeats() { return maxRepeat > 0; }
Expand Down

0 comments on commit c2b1865

Please sign in to comment.