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

Method GetSize

cpp/src/arrow/ipc/reader.cc:2982–2982  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2980}
2981
2982Result<int64_t> IoRecordedRandomAccessFile::GetSize() { return file_size_; }
2983
2984Result<int64_t> IoRecordedRandomAccessFile::ReadAt(int64_t position, int64_t nbytes,
2985 bool allow_short_read, void* out) {

Callers 3

WriteFileFooterFunction · 0.45
WriteFeatherV1Function · 0.45
WriteFlatbufferBuilderFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected