drubbo / SparkGIS

GIS extension for SparkSQL
Apache License 2.0
37 stars 14 forks source link

Built-in functions instead of / alongside UDFs #3

Open drubbo opened 9 years ago

drubbo commented 9 years ago

The SparkSQL parser can use a fallback parser when it's not able to recognize parts of the query. We can leverage this and provide functions as built-in instead of UDF - performances should improve.