The void ColumnString::Append(ColumnRef column) also has memory copy
BTW , In my scenario, the given column data (huge) will be no useful after calling this interface.
Here is a complicated inherit. If i make a overload interface, will be a lot of modification.
@Enmk , any suggest ?
I will submit a PR this weekend.
The
void ColumnString::Append(ColumnRef column)also has memory copyBTW , In my scenario, the given column data (huge) will be no useful after calling this interface.
Here is a complicated inherit. If i make a overload interface, will be a lot of modification.
@Enmk , any suggest ?
I will submit a PR this weekend.