ibis-bigquery icon indicating copy to clipboard operation
ibis-bigquery copied to clipboard

BigQuery UDFs: Builtins

Open cpcloud opened this issue 7 years ago • 1 comments

Carryover from ibis-project/ibis#1470.

This issue is to track the list of Python builtins that should ship out of the box with the JavaScript UDF translator in ibis. Ideally we can implement all of them, but that might not be possible. We should track the various builtins and see what's within scope.

As of Python 3.6.5 here are all the builtin functions:

cpcloud avatar Jun 06 '18 18:06 cpcloud

Things that would be most useful: enumerate, zip, range, set, dict, list Things that would be nice and hopefully not that much work: all, any, min, max, sum Other nice to haves: sorted, reversed

tsdlovell avatar Jun 06 '18 21:06 tsdlovell