File tree Expand file tree Collapse file tree 31 files changed +64
-20
lines changed
functions-aggregate-common/src
functions-window-common/src Expand file tree Collapse file tree 31 files changed +64
-20
lines changed Original file line number Diff line number Diff line change 1313// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
1414// KIND, either express or implied. See the License for the
1515// specific language governing permissions and limitations
16- // under the License.
16+ // under the License.xz
1717
1818#![ doc(
1919 html_logo_url = "https://raw.githubusercontent.com/apache/datafusion/19fe44cf2f30cbdd63d4a4f52c74055163c6cc38/docs/logos/standalone_logo/logo_original.svg" ,
2020 html_favicon_url = "https://raw.githubusercontent.com/apache/datafusion/19fe44cf2f30cbdd63d4a4f52c74055163c6cc38/docs/logos/standalone_logo/logo_original.svg"
2121) ]
2222#![ cfg_attr( docsrs, feature( doc_auto_cfg) ) ]
23+ // Make sure fast / cheap clones on Arc are explicit:
24+ // https://github.com/apache/datafusion/issues/11143
2325#![ cfg_attr( not( test) , deny( clippy:: clone_on_ref_ptr) ) ]
2426
2527pub mod helpers;
Original file line number Diff line number Diff line change 2020 html_favicon_url = "https://raw.githubusercontent.com/apache/datafusion/19fe44cf2f30cbdd63d4a4f52c74055163c6cc38/docs/logos/standalone_logo/logo_original.svg"
2121) ]
2222#![ cfg_attr( docsrs, feature( doc_auto_cfg) ) ]
23+ // Make sure fast / cheap clones on Arc are explicit:
24+ // https://github.com/apache/datafusion/issues/11143
2325#![ cfg_attr( not( test) , deny( clippy:: clone_on_ref_ptr) ) ]
2426
2527//! Interfaces and default implementations of catalogs and schemas.
Original file line number Diff line number Diff line change 2020 html_favicon_url = "https://raw.githubusercontent.com/apache/datafusion/19fe44cf2f30cbdd63d4a4f52c74055163c6cc38/docs/logos/standalone_logo/logo_original.svg"
2121) ]
2222#![ cfg_attr( docsrs, feature( doc_auto_cfg) ) ]
23- // Make cheap clones clear: https://github.com/apache/datafusion/issues/11143
23+ // Make sure fast / cheap clones on Arc are explicit:
24+ // https://github.com/apache/datafusion/issues/11143
2425#![ deny( clippy:: clone_on_ref_ptr) ]
2526
2627pub mod common;
Original file line number Diff line number Diff line change 2020 html_favicon_url = "https://raw.githubusercontent.com/apache/datafusion/19fe44cf2f30cbdd63d4a4f52c74055163c6cc38/docs/logos/standalone_logo/logo_original.svg"
2121) ]
2222#![ cfg_attr( docsrs, feature( doc_auto_cfg) ) ]
23- // Make cheap clones clear: https://github.com/apache/datafusion/issues/11143
23+ // Make sure fast / cheap clones on Arc are explicit:
24+ // https://github.com/apache/datafusion/issues/11143
2425#![ deny( clippy:: clone_on_ref_ptr) ]
2526
2627mod column;
Original file line number Diff line number Diff line change 2020 html_favicon_url = "https://raw.githubusercontent.com/apache/datafusion/19fe44cf2f30cbdd63d4a4f52c74055163c6cc38/docs/logos/standalone_logo/logo_original.svg"
2121) ]
2222#![ cfg_attr( docsrs, feature( doc_auto_cfg) ) ]
23- // Make cheap clones clear: https://github.com/apache/datafusion/issues/11143
23+ // Make sure fast / cheap clones on Arc are explicit:
24+ // https://github.com/apache/datafusion/issues/11143
2425#![ cfg_attr( not( test) , deny( clippy:: clone_on_ref_ptr) ) ]
2526#![ warn( missing_docs, clippy:: needless_borrow) ]
2627
Original file line number Diff line number Diff line change 2020 html_favicon_url = "https://raw.githubusercontent.com/apache/datafusion/19fe44cf2f30cbdd63d4a4f52c74055163c6cc38/docs/logos/standalone_logo/logo_original.svg"
2121) ]
2222#![ cfg_attr( docsrs, feature( doc_auto_cfg) ) ]
23+ // Make sure fast / cheap clones on Arc are explicit:
24+ // https://github.com/apache/datafusion/issues/11143
2325#![ cfg_attr( not( test) , deny( clippy:: clone_on_ref_ptr) ) ]
2426
2527//! An [Avro](https://avro.apache.org/) based [`FileSource`](datafusion_datasource::file::FileSource) implementation and related functionality.
Original file line number Diff line number Diff line change 1515// specific language governing permissions and limitations
1616// under the License.
1717
18+ // Make sure fast / cheap clones on Arc are explicit:
19+ // https://github.com/apache/datafusion/issues/11143
1820#![ cfg_attr( not( test) , deny( clippy:: clone_on_ref_ptr) ) ]
1921
2022pub mod file_format;
Original file line number Diff line number Diff line change 1414// KIND, either express or implied. See the License for the
1515// specific language governing permissions and limitations
1616// under the License.
17+
18+ // Make sure fast / cheap clones on Arc are explicit:
19+ // https://github.com/apache/datafusion/issues/11143
1720#![ cfg_attr( not( test) , deny( clippy:: clone_on_ref_ptr) ) ]
1821
1922pub mod file_format;
Original file line number Diff line number Diff line change 1515// specific language governing permissions and limitations
1616// under the License.
1717
18+ // Make sure fast / cheap clones on Arc are explicit:
19+ // https://github.com/apache/datafusion/issues/11143
1820#![ cfg_attr( not( test) , deny( clippy:: clone_on_ref_ptr) ) ]
1921
2022//! [`ParquetExec`] FileSource for reading Parquet files
Original file line number Diff line number Diff line change 2020 html_favicon_url = "https://raw.githubusercontent.com/apache/datafusion/19fe44cf2f30cbdd63d4a4f52c74055163c6cc38/docs/logos/standalone_logo/logo_original.svg"
2121) ]
2222#![ cfg_attr( docsrs, feature( doc_auto_cfg) ) ]
23+ // Make sure fast / cheap clones on Arc are explicit:
24+ // https://github.com/apache/datafusion/issues/11143
2325#![ cfg_attr( not( test) , deny( clippy:: clone_on_ref_ptr) ) ]
2426
2527//! A table that uses the `ObjectStore` listing capability
You can’t perform that action at this time.
0 commit comments