Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanmorozov333 committed Aug 18, 2024
1 parent d5a5893 commit 46fa09e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ydb/core/tx/columnshard/engines/predicate/filter.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ class TPKRangesFilter {
bool FakeRanges = true;
std::deque<TPKRangeFilter> SortedRanges;
bool ReverseFlag = false;
[[nodiscard]] TConclusionStatus Add(
std::shared_ptr<NOlap::TPredicate> f, std::shared_ptr<NOlap::TPredicate> t, const std::shared_ptr<arrow::Schema>& pkSchema);

public:
TPKRangesFilter(const bool reverse);

[[nodiscard]] TConclusionStatus Add(
std::shared_ptr<NOlap::TPredicate> f, std::shared_ptr<NOlap::TPredicate> t, const std::shared_ptr<arrow::Schema>& pkSchema);
std::shared_ptr<arrow::RecordBatch> SerializeToRecordBatch(const std::shared_ptr<arrow::Schema>& pkSchema) const;
TString SerializeToString(const std::shared_ptr<arrow::Schema>& pkSchema) const;

Expand Down

0 comments on commit 46fa09e

Please sign in to comment.