You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating a block, all the exposed solutions require the data to be inputted at once. However, there is a function put_param that is able to upsert data to columns. It's used for the Vec RowBuilder Impl. This would be handy to have exposed for custom RowBuilder implementations. Is there any reason it is not? I can open PR to make public
The text was updated successfully, but these errors were encountered:
I didn't want that put_param to be public because it allows making invalid blocks with a non-equals length of columns. But, I think we can add doc comments that it's unrecommended by calling directly, and it's only for custom RowBuilder implementations. And of course, I would be happy to accept your PR. And perhaps it should have a more describable name if it is to be public.
When creating a block, all the exposed solutions require the data to be inputted at once. However, there is a function put_param that is able to upsert data to columns. It's used for the Vec RowBuilder Impl. This would be handy to have exposed for custom RowBuilder implementations. Is there any reason it is not? I can open PR to make public
The text was updated successfully, but these errors were encountered: