influxdb/internal_types
Andrew Lamb 2c20528c69
chore: use upstream versions of some workarounds (#2057)
* chore: use upstream versions of some workarounds

* docs: update docstring

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2021-07-20 08:53:46 +00:00
..
src chore: use upstream versions of some workarounds (#2057) 2021-07-20 08:53:46 +00:00
Cargo.toml chore: update to arrow 5.0 and master datafusion (#2049) 2021-07-19 12:49:51 +00: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

Internal Types

This crate contains InfluxDB IOx "internal" types which are shared across crates and internally between IOx instances, but not exposed externally to clients

Internal in this case means that changing the structs is designed not to require additional coordination / organization with clients.