Csaba Ringhofer created IMPALA-13263:
----------------------------------------
Summary: Single argument overload is missing for st_convexhull()
Key: IMPALA-13263
URL: https://issues.apache.org/jira/browse/IMPALA-13263
Project: IMPALA
Issue Type: Improvement
Components: Frontend
Reporter: Csaba Ringhofer
Impala has:
st_convexhull(BINARY, BINARY)
st_convexhull(BINARY, BINARY, BINARY)
...
but the most widely used single argument one is missing:
st_convexhull(BINARY)
The code with these overloads is generated during compilation:
https://github.com/apache/impala/blob/8d4497be0947e7552e0e9e2c15b9b08566aad148/common/function-registry/CMakeLists.txt#L27
https://github.com/apache/impala/blob/8d4497be0947e7552e0e9e2c15b9b08566aad148/common/function-registry/CMakeLists.txt#L56
--
This message was sent by Atlassian Jira
(v8.20.10#820010)