Skip to content

Commit 0f15cad

Browse files
Merge pull request #60 from Esri/binddl
Create function DDL for Bin functions
2 parents c6f1ece + d4d7c35 commit 0f15cad

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

hive/function-ddl.sql

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,3 +88,6 @@ create temporary function ST_SymDifference as 'com.esri.hadoop.hive.ST_Symmetric
8888
create temporary function ST_Aggr_ConvexHull as 'com.esri.hadoop.hive.ST_Aggr_ConvexHull';
8989
create temporary function ST_Aggr_Intersection as 'com.esri.hadoop.hive.ST_Aggr_Intersection';
9090
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

Comments
 (0)