Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
924060929 committed Dec 10, 2024
1 parent ce871eb commit 58ace8e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ public List<ExpressionPatternMatcher<? extends Expression>> buildRules() {
);
}

/** convert */
public static Expression convert(Cast cast) {
Expression child = cast.child();
DataType originalType = child.getDataType();
Expand Down

0 comments on commit 58ace8e

Please sign in to comment.