databend
databend copied to clipboard
Feature: explain support `ExplainKind` free combination
Summary
Such as
explain (fragments, pipeline) select * from t;
explain (syntax, fragments) select * from t;
Can you add an example of the output?