32 std::shared_ptr<PartitionSpec> partition_spec,
33 std::shared_ptr<Schema> current_schema);
35 Status Init()
override;
38 static std::shared_ptr<Schema> EntrySchema(std::shared_ptr<StructType> partition_type);
39 static std::shared_ptr<Schema> WrapFileSchema(std::shared_ptr<StructType> file_schema);
40 static std::shared_ptr<StructType> DataFileSchema(
41 std::shared_ptr<StructType> partition_type);
Adapter to convert V1 ManifestEntry to ArrowArray.
Definition v1_metadata_internal.h:29
Adapter for appending a list of ManifestEntrys to an ArrowArray. Implemented by different versions wi...
Definition manifest_adapter_internal.h:61
A manifest is an immutable Avro file that lists data files or delete files, along with each file's pa...
Definition manifest_entry.h:307