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

Method Range

cpp/src/arrow/array/concatenate.cc:62–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60 int64_t offset = -1, length = 0;
61
62 Range() = default;
63 Range(int64_t o, int64_t l) : offset(o), length(l) {}
64};
65

Callers 13

cuda_benchmark.ccFile · 0.80
SetArgsFunction · 0.80
BM_AddDispatchFunction · 0.80
PageIndexSetArgsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected