fastmodel-transform/fastmodel-transform-api/src/main/java/com/aliyun/fastmodel/transform/api/extension/tree/partition/sub/element/ListPartitionElement.java [51:59]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public ListPartitionElement(QualifiedName qualifiedName, Boolean defaultExpr, List<BaseExpression> expressionList, LongLiteral num,
        Property property, SubPartitionList subPartitionList) {
        this.qualifiedName = qualifiedName;
        this.defaultExpr = defaultExpr;
        this.expressionList = expressionList;
        this.num = num;
        this.property = property;
        this.subPartitionList = subPartitionList;
    }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



fastmodel-transform/fastmodel-transform-oceanbase/src/main/java/com/aliyun/fastmodel/transform/oceanbase/parser/tree/partition/desc/element/ListPartitionElement.java [35:43]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public ListPartitionElement(QualifiedName qualifiedName, Boolean defaultExpr, List<BaseExpression> expressionList, LongLiteral num,
        Property property, SubPartitionList subPartitionList) {
        this.qualifiedName = qualifiedName;
        this.defaultExpr = defaultExpr;
        this.expressionList = expressionList;
        this.num = num;
        this.property = property;
        this.subPartitionList = subPartitionList;
    }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



