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
Block<Complex>::default() works, but moving new and with_capacity from impl Block(which means Block<Simple>) to impl<K: ColumnType> Block<K> may be better?
It's necessary to create an empty
Block<Complex>
sometimes, to avoid incompatible types. But now Block::new can only create an emptyBlock<Simple>
clickhouse-rs/src/types/block/mod.rs
Lines 140 to 144 in 84a35d5
The text was updated successfully, but these errors were encountered: