Skip to content

Commit

Permalink
Merge from main
Browse files Browse the repository at this point in the history
Signed-off-by: Jin Hai <[email protected]>
  • Loading branch information
JinHai-CN committed Jan 26, 2025
1 parent 110ee92 commit 58b4df0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/executor/operator/physical_update.cppm
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,13 @@ public:

inline SharedPtr<Vector<SharedPtr<DataType>>> GetOutputTypes() const final { return output_types_; }

SharedPtr<TableInfo> table_info_{};
const Vector<Pair<SizeT, SharedPtr<BaseExpression>>> &update_columns_;
const Vector<SharedPtr<BaseExpression>> &all_columns_in_table_;
const Vector<SharedPtr<BaseExpression>> &final_result_columns_;

private:
SharedPtr<TableInfo> table_info_{};

SharedPtr<Vector<String>> output_names_{};
SharedPtr<Vector<SharedPtr<DataType>>> output_types_{};
};
Expand Down

0 comments on commit 58b4df0

Please sign in to comment.