Johannes Kalmbach

Results 50 issues of Johannes Kalmbach

Some operations like merge joins on sorted inputs automatically create a sorted result and also announce this sorting in their interface. Make such operations aware whether this sorting is actually...

The parser currently turns `VALUES ?x { -35.0}` into an int instead of a decimal. That is not quite correct and should be fixed.

### Describe the issue When templating `absl::flat_hash_map` and `absl::flat_hash_set` on an allocator that throws exceptions, then the following typical workflow appears: * An insert/emplace operation triggers a resize. * the...

This makes it much easier to batch larger results.