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

Method SerializedFile

cpp/src/parquet/file_reader.cc:312–316  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

310class SerializedFile : public ParquetFileReader::Contents {
311 public:
312 SerializedFile(std::shared_ptr<ArrowInputFile> source,
313 const ReaderProperties& props = default_reader_properties())
314 : source_(std::move(source)), properties_(props) {
315 PARQUET_ASSIGN_OR_THROW(source_size_, source_->GetSize());
316 }
317
318 void Close() override {}
319

Callers

nothing calls this directly

Calls 2

GetSizeMethod · 0.45

Tested by

no test coverage detected