* feat: add column_type and influxdb_column_type, remove row_count from system.columns * fix: update tests * fix: more test update * fix: Apply suggestions from code review Co-authored-by: Carol (Nichols || Goulding) <193874+carols10cents@users.noreply.github.com> * fix: fmt * fix: copy/paste type conversion to avoid cross dependency between data_types and internal_types Co-authored-by: Carol (Nichols || Goulding) <193874+carols10cents@users.noreply.github.com> |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |
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.