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

Method SerializedFile

cpp/src/parquet/file_reader.cc:313–317  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

GetSizeMethod · 0.45

Tested by

no test coverage detected