@@ -2025,9 +2025,6 @@ pub fn iceberg::spec::ManifestList::eq(&self, other: &iceberg::spec::ManifestLis
20252025impl core::fmt::Debug for iceberg::spec::ManifestList
20262026pub fn iceberg::spec::ManifestList::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result
20272027impl core::marker::StructuralPartialEq for iceberg::spec::ManifestList
2028- pub struct iceberg::spec::ManifestListReader
2029- impl iceberg::spec::ManifestListReader
2030- pub async fn iceberg::spec::ManifestListReader::load(&self) -> iceberg::Result<iceberg::spec::ManifestList>
20312028pub struct iceberg::spec::ManifestListWriter
20322029impl iceberg::spec::ManifestListWriter
20332030pub fn iceberg::spec::ManifestListWriter::add_manifests(&mut self, manifests: impl core::iter::traits::iterator::Iterator<Item = iceberg::spec::ManifestFile>) -> iceberg::Result<()>
@@ -3016,7 +3013,6 @@ pub fn iceberg::table::Table::current_schema_ref(&self) -> iceberg::spec::Schema
30163013pub fn iceberg::table::Table::file_io(&self) -> &iceberg::io::FileIO
30173014pub fn iceberg::table::Table::identifier(&self) -> &iceberg::TableIdent
30183015pub fn iceberg::table::Table::inspect(&self) -> iceberg::inspect::MetadataTable<'_>
3019- pub fn iceberg::table::Table::manifest_list_reader(&self, snapshot: &iceberg::spec::SnapshotRef) -> iceberg::spec::ManifestListReader
30203016pub fn iceberg::table::Table::metadata(&self) -> &iceberg::spec::TableMetadata
30213017pub fn iceberg::table::Table::metadata_location(&self) -> core::option::Option<&str>
30223018pub fn iceberg::table::Table::metadata_location_result(&self) -> iceberg::Result<&str>
@@ -3668,5 +3664,5 @@ pub type iceberg::memory::MemoryCatalogBuilder::C = iceberg::memory::MemoryCatal
36683664pub fn iceberg::memory::MemoryCatalogBuilder::load(self, name: impl core::convert::Into<alloc::string::String>, props: std::collections::hash::map::HashMap<alloc::string::String, alloc::string::String>) -> impl core::future::future::Future<Output = iceberg::Result<Self::C>> + core::marker::Send
36693665pub fn iceberg::memory::MemoryCatalogBuilder::with_runtime(self, runtime: iceberg::Runtime) -> Self
36703666pub fn iceberg::memory::MemoryCatalogBuilder::with_storage_factory(self, storage_factory: alloc::sync::Arc<dyn iceberg::io::StorageFactory>) -> Self
3671- pub async fn iceberg::drop_table_data(io: & iceberg::io::FileIO, metadata: &iceberg::spec::TableMetadata, metadata_location: core::option::Option<&str> ) -> iceberg::Result<()>
3667+ pub async fn iceberg::drop_table_data(table_info: iceberg::table::Table ) -> iceberg::Result<()>
36723668pub type iceberg::Result<T> = core::result::Result<T, iceberg::Error>
0 commit comments