Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yuzelin committed Mar 11, 2024
1 parent 8b40552 commit 0058b5a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ static Expression truncate(String fieldReference, DataType fieldType, String...
return new TruncateComputer(fieldReference, fieldType, literals[0]);
}

/** Expression to handle time. */
abstract class TimeExpressionBase<T> implements Expression {

private static final long serialVersionUID = 1L;
Expand Down

0 comments on commit 0058b5a

Please sign in to comment.