Skip to content

Commit

Permalink
[GLUTEN-4454][CH] Support write mergetree data for CH backend (#480)
Browse files Browse the repository at this point in the history
(cherry picked from commit d3f342a)
(cherry picked from commit 455abd9)
(cherry picked from commit b5ee34e)
(cherry picked from commit 3af3237)
(cherry picked from commit 33dfc58)
  • Loading branch information
zzcclp authored and kyligence-git committed Mar 30, 2024
1 parent 9fa6b4e commit ac1c129
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Processors/QueryPlan/ReadFromMergeTree.h
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ class ReadFromMergeTree final : public SourceStepWithFilter
size_t getMaxBlockSize() const { return block_size.max_block_size_rows; }
size_t getNumStreams() const { return requested_num_streams; }
bool isParallelReadingEnabled() const { return read_task_callback != std::nullopt; }
ReadFromMergeTree::AnalysisResult getAnalysisResult() const;

void applyFilters(ActionDAGNodes added_filter_nodes) override;

Expand Down Expand Up @@ -271,8 +272,6 @@ class ReadFromMergeTree final : public SourceStepWithFilter
Pipe spreadMarkRangesAmongStreamsFinal(
RangesInDataParts && parts, size_t num_streams, const Names & origin_column_names, const Names & column_names, ActionsDAGPtr & out_projection);

ReadFromMergeTree::AnalysisResult getAnalysisResult() const;

AnalysisResultPtr analyzed_result_ptr;
VirtualFields shared_virtual_fields;

Expand Down

0 comments on commit ac1c129

Please sign in to comment.