[
https://issues.apache.org/jira/browse/IGNITE-20372?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Maksim Zhuravkov updated IGNITE-20372:
--------------------------------------
Description:
EXPLAIN PLAN FOR [stmt] in calcite allows to specify additional properties of a
plan such as detail level, depth, and format.
Detail level: EXCLUDING ATTRIBUTES, INCLUDING ATTRIBUTES, INCLUDING ALL
ATTRIBUTES.
Depth: WITH TYPE, WITHOUT IMPLEMENTATION, WITH IMPLEMENTATION
Format: AS XML, AS JSON, AS DOT.
All these properties of SqlExplain are ignored, when EXPLAIN PLAN FOR [stmt] is
executed.
was:
EXPLAIN PLAN FOR [stmt] in calcite allows to specify additional properties of a
plan such as detail level, depth, and format.
Detail level: EXCLUDING ATTRIBUTES, INCLUDING ATTRIBUTES, INCLUDING ALL
ATTRIBUTES.
Depth: WITH TYPE, WITHOUT IMPLEMENTATION, WITH IMPLEMENTATION
Format: AS XML, AS JSON, AS DOT.
All these properties of SqlExplainNode are ignored, when EXPLAIN PLAN FOR
[stmt] is executed.
> Sql. EXPLAIN PLAN ignores detail attributes.
> --------------------------------------------
>
> Key: IGNITE-20372
> URL: https://issues.apache.org/jira/browse/IGNITE-20372
> Project: Ignite
> Issue Type: Bug
> Components: sql
> Reporter: Maksim Zhuravkov
> Priority: Minor
> Labels: ignite-3
>
> EXPLAIN PLAN FOR [stmt] in calcite allows to specify additional properties of
> a plan such as detail level, depth, and format.
> Detail level: EXCLUDING ATTRIBUTES, INCLUDING ATTRIBUTES, INCLUDING ALL
> ATTRIBUTES.
> Depth: WITH TYPE, WITHOUT IMPLEMENTATION, WITH IMPLEMENTATION
> Format: AS XML, AS JSON, AS DOT.
> All these properties of SqlExplain are ignored, when EXPLAIN PLAN FOR [stmt]
> is executed.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)