azavea / hiveless

Scala API for Hive UDFs with the GIS extension
Apache License 2.0
7 stars 1 forks source link

Add polymorphic functions support #11

Closed pomadchin closed 2 years ago

pomadchin commented 2 years ago

Add polymorphic functions support via Shapeless Coproducts;

TODO: it's hard to support query optimizations for such functions.