[feature](struct-type) support basic struct constructor function (#18190)

This commit will support struct and named_struct function.
This commit is contained in:
xy720
2023-04-13 09:18:00 +08:00
committed by GitHub
parent af0cf0c050
commit d57371da13
12 changed files with 276 additions and 1 deletions

View File

@ -104,7 +104,7 @@ public:
}
}
// insert value into array
// insert value into map
ColumnArray::Offset64 offset = 0;
for (size_t row = 0; row < input_rows_count; ++row) {
for (size_t i = 0; i < num_element; i += 2) {