Expand description
Query builder and protocol messages.
Structs§
- Client
Info - Client information sent during handshake
- Exception
- Exception from server
- External
Table - External table for JOIN operations
- Profile
- Profile information
- Progress
- Progress information
- Query
- Query structure for building and executing queries
- Query
Settings Field - Query settings field with flags
- Server
Info - Server information received during handshake
- Tracing
Context - OpenTelemetry tracing context (W3C Trace Context) See: https://www.w3.org/TR/trace-context/
Type Aliases§
- Data
Callback - Callback invoked with each data block from query results.
- Data
Cancelable Callback - Callback invoked with each data block; return false to cancel the query.
- Exception
Callback - Callback invoked when the server returns an exception.
- Profile
Callback - Callback invoked with query profile information.
- Profile
Events Callback - Callback invoked with profile event blocks; return false to stop.
- Progress
Callback - Callback invoked on query progress updates.
- Query
Settings - Query settings map
- Server
LogCallback - Callback invoked with server log blocks; return false to stop.