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

Method begin

cpp/src/arrow/util/range.h:148–148  ·  view source on GitHub ↗

Create a new begin const iterator

Source from the content-addressed store, hash-verified

146
147 // Create a new begin const iterator
148 RangeIter begin() { return RangeIter(*this, 0); }
149
150 // Create a new end const iterator
151 RangeIter end() { return RangeIter(*this, length_); }

Callers 15

MergeFromMethod · 0.45
MergeMethod · 0.45
exchange_do_getMethod · 0.45
exchange_echoMethod · 0.45
exchange_transformMethod · 0.45
test_doexchange_putFunction · 0.45
test_doexchange_echoFunction · 0.45
test_doexchange_echo_v4Function · 0.45
do_exchangeMethod · 0.45
do_exchangeMethod · 0.45

Calls 1

RangeIterClass · 0.85

Tested by 15

exchange_do_getMethod · 0.36
exchange_echoMethod · 0.36
exchange_transformMethod · 0.36
test_doexchange_putFunction · 0.36
test_doexchange_echoFunction · 0.36
test_doexchange_echo_v4Function · 0.36
do_exchangeMethod · 0.36
do_exchangeMethod · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36