Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: trueeyu <[email protected]>
  • Loading branch information
trueeyu committed Nov 23, 2023
1 parent 5d788b2 commit f45f4b0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions gensrc/script/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -630,8 +630,9 @@
[91000, 'sub_bitmap', 'BITMAP', ['BITMAP', 'BIGINT', 'BIGINT'], 'BitmapFunctions::sub_bitmap', False],
[91001, 'bitmap_subset_limit', 'BITMAP', ['BITMAP', 'BIGINT', 'BIGINT'], 'BitmapFunctions::bitmap_subset_limit', False],
[91002, 'bitmap_subset_in_range', 'BITMAP', ['BITMAP', 'BIGINT', 'BIGINT'], 'BitmapFunctions::bitmap_subset_in_range', False],
[91003, 'bitmap_to_binary', 'VARCHAR', ['BITMAP'], 'BitmapFunctions::bitmap_to_binary', False],
[91004, 'bitmap_from_binary', 'BITMAP', ['VARCHAR'], 'BitmapFunctions::bitmap_from_binary', False],
[91003, 'bitmap_to_binary', 'VARBINARY', ['BITMAP'], 'BitmapFunctions::bitmap_to_binary', False],
[91004, 'bitmap_from_binary', 'BITMAP', ['VARBINARY'], 'BitmapFunctions::bitmap_from_binary', False],
[91005, 'bitmap_from_binary', 'BITMAP', ['VARCHAR'], 'BitmapFunctions::bitmap_from_binary', False],

# hash function
[100010, 'murmur_hash3_32', 'INT', ['VARCHAR', '...'], 'HashFunctions::murmur_hash3_32'],
Expand Down

0 comments on commit f45f4b0

Please sign in to comment.