Expand description
DESCRIBE, SHOW COLUMNS, and EXPLAIN SQL intercepts.
Enums§
- Explain
SqlMode - Detail level for
EXPLAINSQL. - Introspection
Statement - Parsed introspection statement.
Functions§
- describe_
table - Build a
DESCRIBEresult batch fortableusing the DataFusion catalog. - explain_
query - Render explain text for the embedded query.
- explain_
result_ batch - Build a single-row batch containing explain text.
- parse_
introspection_ statement - Return
Some(stmt)whensqlis a Krishiv introspection statement.