Thijs

Results 416 comments of Thijs

Yea that's true, it's been replaced by `UnifiedVectorFormat` and `Vector::ToUnifiedFormat(idx_t size, UnifiedVectorFormat &output)`

You're welcome to contribute to the docs, as you've found this part of the docs is very old and hasn't been touched in a while

> Now works for MAPs too! interesting o.o I had implemented that but stripped it to simplify the PR

Thanks, I really wasn't sure what purpose the `partition` of the data file served, they feel redundant when we already have stats on the manifest file. But I guess the...

Currently implicitly created indexes through UNIQUE/PRIMARY/CHECK constraint etc are bound to the table catalog entry, whereas explicitly created indexes like the one in your example are not. Due to the...

Not all of the columns have to be coveres by a constraint, the constraints just need to be presebt at table creation