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

Method Value

cpp/src/arrow/util/iterator.h:240–240  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

238 bool Finished() const { return finished_; }
239 bool ReadyForNext() const { return ready_for_next_; }
240 T Value() const { return *yield_value_; }
241
242 bool finished_ = false;
243 bool ready_for_next_ = false;

Callers 15

WriteDataValuesMethod · 0.45
json_internal.ccFile · 0.45
TakeRowsMethod · 0.45
OpenReaderFunction · 0.45
FinishCurrentFileMethod · 0.45
SetUpMethod · 0.45
SetUpMethod · 0.45
RunCompressedInputStreamFunction · 0.45
SetFileNameMethod · 0.45
GetSchemaMethod · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by 15

RunCompressedInputStreamFunction · 0.36
ASSERT_OK_AND_ASSIGNFunction · 0.36
ASSERT_OK_AND_ASSIGNMethod · 0.36
DoActionMethod · 0.36
MakeServerFunction · 0.36
DoPutMethod · 0.36
TestDoPutMethod · 0.36
TestDoExchangeMethod · 0.36
RunExchangeTotalMethod · 0.36
RunClientMethod · 0.36