pub trait Materialized: ListingTableLike {
// Required method
fn query(&self) -> LogicalPlan;
}Expand description
A hive-partitioned table in object storage that is defined by a user-provided query.
Required Methods§
Sourcefn query(&self) -> LogicalPlan
fn query(&self) -> LogicalPlan
The query that defines this materialized view.