influxdb/service_grpc_catalog
Dom Dwyer b41ea1d718 refactor: PartitionKey type
This commit changes the code base to use a new reference-counted
PartitionKey type wrapper, instead of passing a bare String around.

This allows the compiler to type check & verify usage of the partition
key, instead of passing a bare string around. By reference counting the
underlying string, we reduce memory usage for some use cases.
2022-06-14 14:47:56 +01:00
..
src refactor: PartitionKey type 2022-06-14 14:47:56 +01:00
Cargo.toml refactor: rename `iox_catalog_service` to `service_grpc_catalog` for consistency (#4581) 2022-05-13 14:07:58 +00:00