[style] clang-format all c++ code (#9305)
- sh build-support/clang-format.sh to clang-format all c++ code
This commit is contained in:
@ -52,7 +52,8 @@ public:
|
||||
ColumnPtr argument_columns[3];
|
||||
|
||||
for (int i = 0; i < 3; ++i) {
|
||||
argument_columns[i] = block.get_by_position(arguments[i]).column->convert_to_full_column_if_const();
|
||||
argument_columns[i] =
|
||||
block.get_by_position(arguments[i]).column->convert_to_full_column_if_const();
|
||||
if (auto* nullable = check_and_get_column<ColumnNullable>(*argument_columns[i])) {
|
||||
// Danger: Here must dispose the null map data first! Because
|
||||
// argument_columns[i]=nullable->get_nested_column_ptr(); will release the mem
|
||||
|
||||
Reference in New Issue
Block a user