ibis icon indicating copy to clipboard operation
ibis copied to clipboard

feat: expose a function for generating a new uuid

Open jcrist opened this issue 1 year ago • 1 comments

Some backends have functions for returning a newly generated UUID (e.g. postgres's gen_random_uuid or duckdb's uuid). Since Ibis includes support for uuid types, it might be nice to expose this as ibis.uuid.

noted in a comment in https://github.com/ibis-project/ibis/issues/8256.

jcrist avatar Feb 07 '24 03:02 jcrist

cc @NickCrews - I've split your request out for a builtin ibis.uuid function here.

jcrist avatar Feb 07 '24 03:02 jcrist

/take

jitingxu1 avatar Feb 23 '24 19:02 jitingxu1