Quansight / omnisci

Explorations on using MapD and Jupyter together.
4 stars 1 forks source link

UDTF examples in python - notebook #75

Closed dharhas closed 3 years ago

dharhas commented 4 years ago

Original issue: https://github.com/Quansight/pearu-issues/issues/18

With the current UDTF interface, RBC users need to deal with pointer values and other low-level details. See https://github.com/xnd-project/rbc/blob/00088c3416ee7b003db2d431b463998634c2433b/rbc/tests/test_omnisci_udtf.py#L118 for the current state.

TODO:

kcpevey commented 4 years ago

@kcpevey to include this in the omnisci-examples, @pearu will provide the examples.

pearu commented 3 years ago

An example of UDTF in a notebook: https://github.com/xnd-project/rbc/blob/master/notebooks/rbc-omnisci-udtf-normalize.ipynb

rpekrul commented 3 years ago

@kcpevey Can we close this issue?