Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
ozansz committed Apr 2, 2024
1 parent 4e60929 commit 8d90e29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Columns/ColumnFunction.h
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ class ColumnFunction final : public COWHelper<IColumn, ColumnFunction>

bool isShortCircuitArgument() const { return is_short_circuit_argument; }

const ColumnsWithTypeAndName & getColumnsToCapture() { return &captured_columns; }
const ColumnsWithTypeAndName getColumnsToCapture() { return captured_columns; }

private:
size_t size_;
Expand Down

0 comments on commit 8d90e29

Please sign in to comment.