pub fn explain_select(
select: &SelectStmt,
_storage: &Arc<dyn StorageBackend>,
) -> StringExpand description
Generate a textual EXPLAIN representation for a SELECT statement.
pub fn explain_select(
select: &SelectStmt,
_storage: &Arc<dyn StorageBackend>,
) -> StringGenerate a textual EXPLAIN representation for a SELECT statement.