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

Method GetSize

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

Source from the content-addressed store, hash-verified

2904}
2905
2906Result<int64_t> IoRecordedRandomAccessFile::GetSize() { return file_size_; }
2907
2908Result<int64_t> IoRecordedRandomAccessFile::ReadAt(int64_t position, int64_t nbytes,
2909 void* out) {

Callers 3

WriteFileFooterFunction · 0.45
WriteFeatherV1Function · 0.45
WriteFlatbufferBuilderFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected