pub async fn show_collations_dataframe(
kind: &ShowKind,
query_engine: &QueryEngineRef,
catalog_manager: &CatalogManagerRef,
query_ctx: QueryContextRef,
) -> Result<DataFrame>Expand description
Builds the [DataFrame] for SHOW COLLATION without executing it.