Skip to main content

explain_select

Function explain_select 

Source
pub fn explain_select(
    select: &SelectStmt,
    _storage: &Arc<dyn StorageBackend>,
) -> String
Expand description

Generate a textual EXPLAIN representation for a SELECT statement.