Skip to content

Commit

Permalink
[opt](nereids) refine expression estimation
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongjian.xzj authored and zhongjian.xzj committed Sep 24, 2024
1 parent 516dcdb commit e62f6f6
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,7 @@ public class StringType extends CharacterType {
public static final StringType INSTANCE = new StringType();

private StringType() {
super(CharacterType.DEFAULT_WIDTH);
}

@Override
public int width() {
return len;
super(-1);
}

@Override
Expand Down

0 comments on commit e62f6f6

Please sign in to comment.