pub async fn show_views_dataframe(
stmt: &ShowViews,
query_engine: &QueryEngineRef,
catalog_manager: &CatalogManagerRef,
query_ctx: QueryContextRef,
) -> Result<DataFrame>Expand description
Builds the [DataFrame] for ShowViews without executing it.