Csaba Ringhofer has uploaded this change for review. ( http://gerrit.cloudera.org:8080/20602
Change subject: WIP: port critical geospatial functions to c++ ...................................................................... WIP: port critical geospatial functions to c++ Change-Id: I692ebc13617c37d61f77fffb09e872095a0fd11c --- M be/CMakeLists.txt M be/src/codegen/CMakeLists.txt M be/src/codegen/impala-ir.cc M be/src/common/global-flags.cc M be/src/exprs/CMakeLists.txt A be/src/exprs/geo/CMakeLists.txt A be/src/exprs/geo/common.h A be/src/exprs/geo/formatted-double.h A be/src/exprs/geo/geometry-wrapper.cc A be/src/exprs/geo/geometry-wrapper.h A be/src/exprs/geo/geospatial-functions-ir.cc A be/src/exprs/geo/geospatial-functions.h A be/src/exprs/geo/multi-point-shape-format.cc A be/src/exprs/geo/multi-point-shape-format.h A be/src/exprs/geo/poly-line-shape-format.cc A be/src/exprs/geo/poly-line-shape-format.h A be/src/exprs/geo/relation-wrapper.cc A be/src/exprs/geo/relation-wrapper.h A be/src/exprs/geo/shape-format.h A be/src/exprs/geo/utils.h A be/src/exprs/geo/wkt.h M be/src/exprs/scalar-expr-evaluator.cc M be/src/util/backend-gflag-util.cc M bin/start-impala-cluster.py M common/function-registry/impala_functions.py M common/thrift/BackendGflags.thrift M fe/src/compat-hive-3/java/org/apache/impala/compat/HiveEsriGeospatialBuiltins.java M fe/src/main/java/org/apache/impala/catalog/BuiltinsDb.java M testdata/datasets/functional/functional_schema_template.sql M testdata/datasets/functional/schema_constraints.csv A testdata/workloads/functional-query/queries/QueryTest/geospatial-esri-extra.test A testdata/workloads/functional-query/queries/QueryTest/geospatial-esri-high-dimension.test A testdata/workloads/functional-query/queries/QueryTest/geospatial-esri-native-higher-dimension.test M testdata/workloads/functional-query/queries/QueryTest/geospatial-esri.test M tests/custom_cluster/test_geospatial_library.py M tests/query_test/test_geospatial_functions.py 36 files changed, 3,337 insertions(+), 299 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/02/20602/1 -- To view, visit http://gerrit.cloudera.org:8080/20602 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I692ebc13617c37d61f77fffb09e872095a0fd11c Gerrit-Change-Number: 20602 Gerrit-PatchSet: 1 Gerrit-Owner: Csaba Ringhofer <[email protected]>
