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

Method Size

cpp/src/parquet/arrow/path_internal.h:58–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56 bool Empty() const { return start == end; }
57
58 int64_t Size() const { return end - start; }
59};
60
61/// \brief Result for a single leaf array when running the builder on the

Callers 7

RunMethod · 0.45
RunMethod · 0.45
FillForLastMethod · 0.45
MakeReaderMethod · 0.45
RunMethod · 0.45
WritePathFunction · 0.45
WriteMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected