26#ifndef ROUTING_CLASSIC_STMT_FETCH_FORWARDER_INCLUDED
27#define ROUTING_CLASSIC_STMT_FETCH_FORWARDER_INCLUDED
33 using ForwardingProcessor::ForwardingProcessor;
a processor base class with helper functions.
Definition: forwarding_processor.h:38
Definition: classic_stmt_fetch_forwarder.h:31
stdx::expected< Result, std::error_code > end_of_rows()
Definition: classic_stmt_fetch_forwarder.cc:135
Stage
Definition: classic_stmt_fetch_forwarder.h:35
Stage stage_
Definition: classic_stmt_fetch_forwarder.h:56
stdx::expected< Result, std::error_code > process() override
Definition: classic_stmt_fetch_forwarder.cc:35
stdx::expected< Result, std::error_code > row()
Definition: classic_stmt_fetch_forwarder.cc:124
stdx::expected< Result, std::error_code > response()
Definition: classic_stmt_fetch_forwarder.cc:89
Stage stage() const
Definition: classic_stmt_fetch_forwarder.h:47
stdx::expected< Result, std::error_code > command()
Definition: classic_stmt_fetch_forwarder.cc:55
void stage(Stage stage)
Definition: classic_stmt_fetch_forwarder.h:46
stdx::expected< Result, std::error_code > error()
Definition: classic_stmt_fetch_forwarder.cc:145
Definition: expected.h:286