feat: show buckets estimation in explain
Compare changes
Files
5- Arseniy Volynets authored
Now SQL explain shows the user what buckets the query would be executed on. Some results are exact, others are not (we return `buckets: unknown` or `buckets: <= [..]` according to the query).