influxdb/data_types
Paul Dix a4704dd165 chore: update parquet_cache_limit to u64 and 0 for default 2021-07-20 15:41:06 -04:00
..
src chore: update parquet_cache_limit to u64 and 0 for default 2021-07-20 15:41:06 -04:00
Cargo.toml refactor: default to num_cpu 2021-07-19 14:00:10 +01:00
README.md refactor: Move some types (not yet exposed to clients) into internal_types (#1015) 2021-03-19 16:27:57 +00:00

README.md

Data Types

This crate contains types that are designed for external consumption (in influxdb_iox_client and other "client" facing uses).

Client facing in this case means exposed via management API or CLI and where changing the structs may require additional coordination / organization with clients.