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:34
 
Definition: classic_stmt_fetch_forwarder.h:31
 
stdx::expected< Result, std::error_code > end_of_rows()
Definition: classic_stmt_fetch_forwarder.cc:141
 
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:130
 
stdx::expected< Result, std::error_code > response()
Definition: classic_stmt_fetch_forwarder.cc:93
 
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:151
 
Definition: expected.h:944