databend
databend copied to clipboard
Feature: EXPLAIN VERBOSE support for databend-common-ast
Summary
Support explain verbose <statement>
syntax. I could implement it by adding a verbose
field to explain statement (I think more reasonable than adding a new ExplainKind::Verbose
).