Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
liugddx committed Feb 28, 2024
1 parent 87478b9 commit 4f577b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gensrc/script/doris_builtins_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -1612,7 +1612,7 @@
[['substring_index'], 'VARCHAR', ['VARCHAR', 'VARCHAR', 'INT'], 'DEPEND_ON_ARGUMENT'],
[['extract_url_parameter'], 'VARCHAR', ['VARCHAR', 'VARCHAR'], ''],
[['url_decode'], 'VARCHAR', ['VARCHAR'], ''],
[['random_bytes'], 'ARRAY_VARCHAR', ['SMALLINT'], ''],
[['random_bytes'], 'VARCHAR', ['INT'], ''],

[['sub_replace'], 'VARCHAR', ['VARCHAR', 'VARCHAR', 'INT'], 'ALWAYS_NULLABLE'],
[['sub_replace'], 'VARCHAR', ['VARCHAR', 'VARCHAR', 'INT', 'INT'], 'ALWAYS_NULLABLE'],
Expand Down Expand Up @@ -1668,7 +1668,7 @@
[['split_part'], 'STRING', ['STRING', 'STRING', 'INT'], 'ALWAYS_NULLABLE'],
[['substring_index'], 'STRING', ['STRING', 'STRING', 'INT'], 'DEPEND_ON_ARGUMENT'],
[['url_decode'], 'STRING', ['STRING'], ''],
[['random_bytes'], 'ARRAY_STRING', ['SMALLINT'], '']
[['random_bytes'], 'STRING', ['INT'], '']
],


Expand Down

0 comments on commit 4f577b8

Please sign in to comment.