pub fn register_materialized<T: Materialized>()Expand description
Register a Materialized implementation in this registry.
This allows cast_to_materialized to easily downcast a TableProvider
into a Materialized where possible.
Note that this will also register T as a ListingTableLike.