Skip to content

Commit

Permalink
Add first/last to ch blacklist
Browse files Browse the repository at this point in the history
  • Loading branch information
Yohahaha committed May 12, 2023
1 parent 829b71c commit 9562244
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ object CHExpressionUtil {
VAR_POP -> Set(EMPTY_TYPE),
BLOOM_FILTER_AGG -> Set(EMPTY_TYPE),
CORR -> Set(EMPTY_TYPE),
FIRST -> Set(EMPTY_TYPE),
LAST -> Set(EMPTY_TYPE),
COVAR_POP -> Set(EMPTY_TYPE),
COVAR_SAMP -> Set(EMPTY_TYPE)
)
Expand Down

0 comments on commit 9562244

Please sign in to comment.