[Enhancement] (nereids)implement analyzeTableCommand in nereids #42705
Open
Description
analyzeTable command is supported in legacy planner but not in nereids(new doris fe planner). you need implement the following analyzeTable command in nereids:
unsupportedanalyzeTableStatement
- ANALYZE TABLE name=multipartIdentifier partitionSpec?
columns=identifierList? (WITH analyzeProperties)* propertyClause?
Metadata
Assignees
Type
Projects
Status
In progress