Skip to content

Commit

Permalink
minor: Generate supported spark builtin expression list into user rea…
Browse files Browse the repository at this point in the history
…dable format
  • Loading branch information
comphead committed May 21, 2024
1 parent f7d95f0 commit 55cc332
Show file tree
Hide file tree
Showing 4 changed files with 1,004 additions and 436 deletions.
2 changes: 1 addition & 1 deletion docs/source/user-guide/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Comet aims to support:
- a native Parquet implementation, including both reader and writer
- full implementation of Spark operators, including
Filter/Project/Aggregation/Join/Exchange etc.
- full implementation of Spark built-in expressions
- [full implementation](../../../docs/spark_expressions_support.md) of Spark built-in expressions.
- a UDF framework for users to migrate their existing UDF to native

## Architecture
Expand Down
Loading

0 comments on commit 55cc332

Please sign in to comment.