提交 12a95879 authored 作者: Alex Nordlund's avatar Alex Nordlund

Increases aggregates initial capacity to 26.

上级 ee65a1bb
......@@ -135,7 +135,7 @@ public class Aggregate extends Expression {
ARRAY_AGG
}
private static final HashMap<String, AggregateType> AGGREGATES = new HashMap<>(25);
private static final HashMap<String, AggregateType> AGGREGATES = new HashMap<>(26);
private final AggregateType type;
private final Select select;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论