oap-project / gazelle_plugin

Native SQL Engine plugin for Spark SQL with vectorized SIMD optimizations.
Apache License 2.0
256 stars 77 forks source link

improve expression codegen support #1147

Open zhouyuan opened 1 year ago

zhouyuan commented 1 year ago

Is your feature request related to a problem or challenge? Please describe what you are trying to do. below expression codegen are missing

Describe the solution you'd like improve expression codegen to support these expressions https://github.com/oap-project/gazelle_plugin/blob/main/native-sql-engine/cpp/src/codegen/arrow_compute/ext/expression_codegen_visitor.cc

Describe alternatives you've considered

N/A

Additional context N/A