pub async fn show_region(
stmt: ShowRegion,
query_engine: &QueryEngineRef,
catalog_manager: &CatalogManagerRef,
query_ctx: QueryContextRef,
) -> Result<Output>
Expand description
Execute SHOW REGION
statement.
pub async fn show_region(
stmt: ShowRegion,
query_engine: &QueryEngineRef,
catalog_manager: &CatalogManagerRef,
query_ctx: QueryContextRef,
) -> Result<Output>
Execute SHOW REGION
statement.