Joe Wreschnig
Joe Wreschnig
This allows passing arbitrary build flags to the schema package loader, which in turn can be used to pass build constraints affecting what schema types and/or methods are visible. As...
Combined with e.g. `bufio.Reader` this provides fast zero-allocation UUID generation if you do not consider heap memory particularly sensitive, without a global state or lock. I guess this is my...
Cluster names currently seem to be restricted to `[A-Za-z0-9-]`. Unfortunately, our cluster names use `_` as a separator, which I think is also idiomatic in ClickHouse cluster naming. I guess...
We have a number of custom collectors that wrap other collectors - e.g. some cached value is periodically refreshed, where we want to collect metrics about the last refresh time,...
Normally this happens during creation of the `Client`, but for mock interfaces there is no `Client`.