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

Function GetLength

cpp/src/arrow/chunk_resolver.cc:34–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32namespace {
33template <typename T>
34int64_t GetLength(const T& array) {
35 // General case assumes argument is an Array pointer
36 return array->length();
37}
38
39template <>
40int64_t GetLength<std::shared_ptr<RecordBatch>>(

Callers 1

MakeChunksOffsetsFunction · 0.70

Calls 1

lengthMethod · 0.45

Tested by

no test coverage detected