Expand description
This is the common query traits/types for TDengine connectors.
Re-exports§
pub use common::RawBlock;
pub use prelude::sync::Fetchable;
pub use prelude::sync::Queryable;
pub use prelude::AsyncFetchable;
pub use prelude::AsyncQueryable;
Modules§
Structs§
- Address
- A simple struct to represent a server address, with host:port or socket path.
- Cell
Iter - Cols
Iter - DeError
- A minimal representation of all possible errors that can occur using the
IntoDeserializer
trait. - Dsn
- A DSN(Data Source Name) parser.
- Manager
- This is how we manage connections.
- Ping
Error - Query
RowIter - RawError
- The
Error
type, a wrapper around raw libtaos.so client errors or dynamic error types that could be integrated into anyhow::Error. - RowIn
Block
Enums§
Traits§
- AsyncT
Builder - A struct is
Connectable
when it can be build from aDsn
. - Block
Codec - Block
Ext - Trait to define a data
Block
to fetch records bulky. - IntoDsn
- TBuilder
- A struct is
Connectable
when it can be build from aDsn
.