Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 1.05 KB

File metadata and controls

41 lines (24 loc) · 1.05 KB

minisql.sql.ast.ExplainStatement

Home · Source file

ExplainStatement

struct ExplainStatement

Groups the explain statement state and preserves the field relationships documented below.

View source

Members

analyze

analyze

Stores the analyze associated with this value.

View source

statement

statement

Stores the statement associated with this value.

View source