Skip to main content

Module introspection_sql

Module introspection_sql 

Source
Expand description

DESCRIBE, SHOW COLUMNS, and EXPLAIN SQL intercepts.

Enums§

ExplainSqlMode
Detail level for EXPLAIN SQL.
IntrospectionStatement
Parsed introspection statement.

Functions§

describe_table
Build a DESCRIBE result batch for table using 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) when sql is a Krishiv introspection statement.