Skip to main content

show_views_dataframe

Function show_views_dataframe 

Source
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.