Struct clickhouse_srv::ClickHouseServer [−][src]
pub struct ClickHouseServer {}Expand description
A server that speaks the ClickHouseprotocol, and can delegate client commands to a backend
that implements ClickHouseSession
Implementations
pub async fn run_on_stream(
session: Arc<dyn ClickHouseSession>,
stream: TcpStream
) -> Result<()>Auto Trait Implementations
impl RefUnwindSafe for ClickHouseServerimpl Send for ClickHouseServerimpl Sync for ClickHouseServerimpl Unpin for ClickHouseServerimpl UnwindSafe for ClickHouseServer