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

Function Break

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

Source from the content-addressed store, hash-verified

788
789template <typename T = internal::Empty>
790std::optional<T> Break(T break_value = {}) {
791 return std::optional<T>{std::move(break_value)};
792}
793
794template <typename T = internal::Empty>
795using ControlFlow = std::optional<T>;

Callers 6

ARROW_ASSIGN_OR_RAISEMethod · 0.85
BreakBeforeDeletionMethod · 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