Phillip Cloud
Phillip Cloud
@ams1 Nice graph :) Yep, `sqlglot` is already a dependency of ibis.
For example: ```python from ibis.func import from_base64 t = ibis.table(dict(a="binary")) from_base64(t.a, output_type="string") ```
This is possible with `.sql`: ```python t.alias('my_table').sql("SELECT GREAT_FUNCTION(x) FROM my_table") ```
@jayceslesar Thanks for making an issue about this. Indeed, many of the past and current maintainers have worked or currently work extensively with time series and it's an area of...
Regarding the "limit sort" idea, that's interesting. I think it could probably be done in a similar way as resampling, stopping after the join step.
@jayceslesar Would you mind adding that to the GitHub Wiki as a recipe? It could be helpful to others. In the meantime, I'm going to move this feature out of...
I suspect that we want to have a generic table UDF mechanism and not have something specific for data sources. Any function that produces rows should be eligible for use...
Hi @EricSchles! Thanks for reaching out. I think we'd be interested in helping shepherd a Hive backend, but I don't think we have the capacity to build and maintain it...
Hey @EricSchles we're closing this out. Definitely still open to you building out the Hive backend, let us know if you're still interested!
Ah sorry to hear that. Will reopen then! Feel better.