Skip to content

Conversation

@osipovartem
Copy link
Contributor

  • added logic to register the following UDF funcs in duckdb
    • String binary
    • Regexp
    • Contitional
    • Crypto
    • Datetime
    • Numeric
    • System
  • Some UDFs were not registered/overloaded in DuckDB: [\"length\", \"lower\", \"split\", \"substr\", \"replace\", \"regexp_replace\", \"md5\", \"datediff\", \"dayname\", \"last_day\", \"monthname\", \"year\", \"day\", \"dayofmonth\", \"dayofweek\", \"dayofyear\", \"week\", \"weekofyear\", \"month\", \"quarter\", \"hour\", \"minute\", \"second\"]
  • Removed float16 from parse_ip since this type is not supported by duckdb types convertor

Next steps is to

  • try to fix funs overloading
  • check slt tests
  • add session udfs like current_ip, etc.

@github-actions
Copy link
Contributor

SLT Targeted Testing: No relevant SLT tests found for the changes in this PR. No testing required.

Copy link
Contributor

@DanCodedThis DanCodedThis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@osipovartem Preliminary apporve, if we decided to merge it later

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants