Jan Gorecki

Results 184 comments of Jan Gorecki
trafficstars

Please contact h2o support. I am not anymore employed by h2o and I don't have any information about the status of this project. If you happen to get some useful...

for align left you can reverse your input vector `rev`, for align center you should be able to achieve it by shifting answer recalculating missing front/tail of the answer

There is an example of using recent clang in https://gitlab.com/jangorecki/dockerfiles/-/blob/r-devel/ubuntu-clang/Dockerfile And then reused this image in https://gitlab.com/jangorecki/dockerfiles/-/blob/r-devel/r-devel-clang/Dockerfile I would expect it to work for clang-12 Note that it is not...

Any resources that could help to onboard new contribution in this issue would be very useful. Like: - which source file new functionality should be living in? - other project(s)...

Thanks for reply, that make sense, could be mentioned in documentation. Although doesn't seem to address my problem. Not sure if you noticed but your example still produces extra, unneeded,...

Agree, it is a bug. Just to note that this request asks for generating windowing function having local sort, and at the same time not bloating query with extra global...

> The nuances of ROW vs RANGE are also a bit lost on me. I'm not sure what I'd expect the result to be in these cases, but fortunately this...

> I just wanted to throw in a common use case: forward-filling / backfilling timeseries values. > > ```sql > SELECT > day, > reading_time, > LAST_VALUE(temperature) IGNORE NULLS OVER...

Aldo being able to hide left panel would improve usability on mobiles.