| <!-- |
| Licensed to the Apache Software Foundation (ASF) under one |
| or more contributor license agreements. See the NOTICE file |
| distributed with this work for additional information |
| regarding copyright ownership. The ASF licenses this file |
| to you under the Apache License, Version 2.0 (the |
| "License"); you may not use this file except in compliance |
| with the License. You may obtain a copy of the License at |
| |
| http://www.apache.org/licenses/LICENSE-2.0 |
| |
| Unless required by applicable law or agreed to in writing, |
| software distributed under the License is distributed on an |
| "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| KIND, either express or implied. See the License for the |
| specific language governing permissions and limitations |
| under the License. |
| --> |
| |
| # datafusion-comet-spark-expr: Spark-compatible Expressions |
| |
| This crate provides Apache Spark-compatible expressions for use with DataFusion and is maintained as part of the |
| [Apache DataFusion Comet] subproject. |
| |
| [Apache DataFusion Comet]: https://github.com/apache/datafusion-comet/ |
| |
| # Deprecation Notice |
| |
| The expressions in this crate are being migrated to the [datafusion-spark] crate, which is part of the core DataFusion |
| project. |
| |
| The DataFusion Comet project will stop publishing new versions of the `datafusion-comet-spark-expr` crate in the future. |
| |
| There is a GitHub issue (https://github.com/apache/datafusion-comet/issues/2084) to track the work of migrating |
| functionality from this crate to `datafusion-spark`. |
| |
| [datafusion-spark]: https://docs.rs/datafusion-spark/50.0.0/datafusion_spark/ |