Expand description
Async client API and connection options.
Structsยง
- Client
- Async ClickHouse client using the native TCP protocol.
- Client
Options - Client options
- Endpoint
- Endpoint configuration (host + port)
- Query
Result - Result of a
SELECTquery, containing data blocks and progress information.