Re-exports§
pub use taos_query;
Modules§
Structs§
- Address
- A simple struct to represent a server address, with host:port or socket path.
- Async
Blocks - Async
Deserialized - Async
Rows - Code
- The error code.
- Consumer
- Data
- DeError
- A minimal representation of all possible errors that can occur using the
IntoDeserializer
trait. - Dsn
- A DSN(Data Source Name) parser.
- Error
- The
Error
type, a wrapper around raw libtaos.so client errors or dynamic error types that could be integrated into anyhow::Error. - Field
- A
Field
represents the name and data type of one column or tag. - Meta
- Meta
Alter - Offset
- RawBlock
- Raw data block format (B for bytes):
- RawError
- The
Error
type, a wrapper around raw libtaos.so client errors or dynamic error types that could be integrated into anyhow::Error. - RawMeta
- Result
Set - Stmt
- TagWith
Value - Taos
- Taos
Builder - TmqBuilder
Enums§
- Alter
Type - Borrowed
Value - Column
View - DsnError
- Error caused by pest DSN parser.
- Json
Meta - Meta
Create - Meta
Drop - Meta
Unit - Precision
- The precision of a timestamp or a database.
- Timeout
- Ty
- TDengine data type enumeration.
- Value
Traits§
- AsAsync
Consumer - Async
Bindable - Async
Fetchable - Async
Inlinable - If one struct could be serialized/flattened to bytes array, we call it inlinable.
- Async
Inlinable Read - Async
Inlinable Write - Async
Queryable - The synchronous query trait for TDengine connection.
- AsyncT
Builder - A struct is
Connectable
when it can be build from aDsn
. - Helpers
- Inlinable
- If one struct could be serialized/flattened to bytes array, we call it inlinable.
- Inlinable
Read - Inlinable
Write - IntoDsn
- IsAsync
Data - IsAsync
Meta - IsOffset
- Extract offset information.
- Itertools
- An
Iterator
blanket implementation that provides extra adaptors and methods. - Stream
- A stream of values produced asynchronously.
- Stream
Ext - An extension trait for
Stream
s that provides a variety of convenient combinator functions. - TryStream
Ext - Adapters specific to
Result
-returning streams