pub fn register_listing_table<T: ListingTableLike>()Expand description
Register a ListingTableLike implementation in this registry.
This allows cast_to_listing_table to easily downcast a TableProvider
into a ListingTableLike where possible.
pub fn register_listing_table<T: ListingTableLike>()Register a ListingTableLike implementation in this registry.
This allows cast_to_listing_table to easily downcast a TableProvider
into a ListingTableLike where possible.