Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
WriteDataValues
Method · 0.45
json_internal.cc
File · 0.45
CudaBufferWriterBenchmark
Function · 0.45
TakeRows
Method · 0.45
OpenReader
Function · 0.45
FinishCurrentFile
Method · 0.45
SetUp
Method · 0.45
SetUp
Method · 0.45
RunCompressedInputStream
Function · 0.45
SetFileName
Method · 0.45
GetSchema
Method · 0.45
main
Function · 0.45
Calls
no outgoing calls
Tested by
15
RunCompressedInputStream
Function · 0.36
ASSERT_OK_AND_ASSIGN
Function · 0.36
ASSERT_OK_AND_ASSIGN
Method · 0.36
DoAction
Method · 0.36
MakeServer
Function · 0.36
TestFlightDataStreamError
Method · 0.36
TestOverflowServerBatch
Method · 0.36
DoPut
Method · 0.36
TestDoPut
Method · 0.36
TestDoExchange
Method · 0.36
RunExchangeTotal
Method · 0.36
RunClient
Method · 0.36