Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ IsIterationEnd
Function
IsIterationEnd
cpp/src/arrow/util/iterator.h:65–67 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
63
64
template <typename T>
65
bool IsIterationEnd(const T& val) {
66
return IterationTraits<T>::IsEnd(val);
67
}
68
69
template <typename T>
70
struct IterationTraits<std::optional<T>> {
Callers
15
ReadNext
Method · 0.85
ScanBatchesUnorderedAsync
Method · 0.85
TakeRows
Method · 0.85
Head
Method · 0.85
operator()
Function · 0.85
operator()
Method · 0.85
AssertScanBatchesUnorderedEquals
Method · 0.85
TEST_P
Function · 0.85
AssertFinished
Method · 0.85
IsEnd
Method · 0.85
ARROW_ASSIGN_OR_RAISE
Method · 0.85
AssertReadNext
Method · 0.85
Calls
no outgoing calls
Tested by
11
AssertScanBatchesUnorderedEquals
Method · 0.68
TEST_P
Function · 0.68
AssertFinished
Method · 0.68
AssertReadNext
Method · 0.68
AssertReadEnd
Method · 0.68
AssertGeneratorExhausted
Function · 0.68
TEST_P
Function · 0.68
TEST
Function · 0.68
TEST
Function · 0.68
TestStr
Method · 0.68
AssertIteratorExhausted
Function · 0.68