Structsยง
- Multi
Table Data - Table
Data - The intermediate data structure for building the write request.
It constructs the
schema
androws
as all input data row parsing is completed.
Enumsยง
- Timestamp
Type ๐
Functionsยง
- build_
json_ ๐column_ schema - check_
schema ๐ - check_
schema_ ๐number - write_
by_ ๐schema - write_
by_ ๐semantic_ type - write_
f64 - Write float64 data as a field into the table data.
- write_
fields - Write data as fields into the table data.
- write_
json - write_
tag - Write data as a tag into the table data.
- write_
tags - Write data as tags into the table data.
- write_
ts_ ๐to - write_
ts_ to_ millis - Write timestamp data as milliseconds into the table data.
- write_
ts_ to_ nanos - Write timestamp data as nanoseconds into the table data.