MCPcopy Create free account
hub / github.com/apache/arrow / Continue

Class Continue

cpp/src/arrow/util/future.h:782–787  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

780/// @}
781
782struct Continue {
783 template <typename T>
784 operator std::optional<T>() && { // NOLINT explicit
785 return {};
786 }
787};
788
789template <typename T = internal::Empty>
790std::optional<T> Break(T break_value = {}) {

Callers 5

ARROW_ASSIGN_OR_RAISEMethod · 0.85
FirstBlockMethod · 0.85
operator()Method · 0.85
CollectAsyncGeneratorFunction · 0.85
TESTFunction · 0.85

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.68