We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c6f1ece + d4d7c35 commit 0f15cadCopy full SHA for 0f15cad
hive/function-ddl.sql
@@ -88,3 +88,6 @@ create temporary function ST_SymDifference as 'com.esri.hadoop.hive.ST_Symmetric
88
create temporary function ST_Aggr_ConvexHull as 'com.esri.hadoop.hive.ST_Aggr_ConvexHull';
89
create temporary function ST_Aggr_Intersection as 'com.esri.hadoop.hive.ST_Aggr_Intersection';
90
create temporary function ST_Aggr_Union as 'com.esri.hadoop.hive.ST_Aggr_Union';
91
+
92
+create temporary function ST_Bin as 'com.esri.hadoop.hive.ST_Bin';
93
+create temporary function ST_BinEnvelope as 'com.esri.hadoop.hive.ST_BinEnvelope';
0 commit comments