pub trait ListingTableLike: TableProvider + 'static {
// Required methods
fn table_paths(&self) -> Vec<ListingTableUrl>;
fn partition_columns(&self) -> Vec<String>;
fn file_ext(&self) -> String;
}Expand description
A TableProvider whose data is backed by Hive-partitioned files in object storage.
Required Methods§
Sourcefn table_paths(&self) -> Vec<ListingTableUrl>
fn table_paths(&self) -> Vec<ListingTableUrl>
Object store URLs for this table
Sourcefn partition_columns(&self) -> Vec<String>
fn partition_columns(&self) -> Vec<String>
Hive partition columns