26#ifndef ROUTING_SRC_PROCESSORS_FORWARDERS_CLASSIC_STMT_FETCH_FORWARDER_H_
27#define ROUTING_SRC_PROCESSORS_FORWARDERS_CLASSIC_STMT_FETCH_FORWARDER_H_
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:58
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
std::optional< std::string_view > diagnostic_stage_name() const override
stage name of a staged processor.
Definition: classic_stmt_fetch_forwarder.cc:155
stdx::expected< Result, std::error_code > error()
Definition: classic_stmt_fetch_forwarder.cc:145
Definition: expected.h:286