File tree Expand file tree Collapse file tree 34 files changed +34
-34
lines changed
functions-aggregate-common/src
functions-window-common/src
physical-expr-adapter/src Expand file tree Collapse file tree 34 files changed +34
-34
lines changed Original file line number Diff line number Diff line change 19
19
html_logo_url = "https://raw.githubusercontent.com/apache/datafusion/19fe44cf2f30cbdd63d4a4f52c74055163c6cc38/docs/logos/standalone_logo/logo_original.svg" ,
20
20
html_favicon_url = "https://raw.githubusercontent.com/apache/datafusion/19fe44cf2f30cbdd63d4a4f52c74055163c6cc38/docs/logos/standalone_logo/logo_original.svg"
21
21
) ]
22
- #![ cfg_attr( docsrs, feature( doc_auto_cfg ) ) ]
22
+ #![ cfg_attr( docsrs, feature( doc_cfg ) ) ]
23
23
#![ doc = include_str ! ( "../README.md" ) ]
24
24
pub const DATAFUSION_CLI_VERSION : & str = env ! ( "CARGO_PKG_VERSION" ) ;
25
25
Original file line number Diff line number Diff line change 19
19
html_logo_url = "https://raw.githubusercontent.com/apache/datafusion/19fe44cf2f30cbdd63d4a4f52c74055163c6cc38/docs/logos/standalone_logo/logo_original.svg" ,
20
20
html_favicon_url = "https://raw.githubusercontent.com/apache/datafusion/19fe44cf2f30cbdd63d4a4f52c74055163c6cc38/docs/logos/standalone_logo/logo_original.svg"
21
21
) ]
22
- #![ cfg_attr( docsrs, feature( doc_auto_cfg ) ) ]
22
+ #![ cfg_attr( docsrs, feature( doc_cfg ) ) ]
23
23
// Make sure fast / cheap clones on Arc are explicit:
24
24
// https://github.com/apache/datafusion/issues/11143
25
25
#![ cfg_attr( not( test) , deny( clippy:: clone_on_ref_ptr) ) ]
Original file line number Diff line number Diff line change 19
19
html_logo_url = "https://raw.githubusercontent.com/apache/datafusion/19fe44cf2f30cbdd63d4a4f52c74055163c6cc38/docs/logos/standalone_logo/logo_original.svg" ,
20
20
html_favicon_url = "https://raw.githubusercontent.com/apache/datafusion/19fe44cf2f30cbdd63d4a4f52c74055163c6cc38/docs/logos/standalone_logo/logo_original.svg"
21
21
) ]
22
- #![ cfg_attr( docsrs, feature( doc_auto_cfg ) ) ]
22
+ #![ cfg_attr( docsrs, feature( doc_cfg ) ) ]
23
23
// Make sure fast / cheap clones on Arc are explicit:
24
24
// https://github.com/apache/datafusion/issues/11143
25
25
#![ cfg_attr( not( test) , deny( clippy:: clone_on_ref_ptr) ) ]
Original file line number Diff line number Diff line change 19
19
html_logo_url = "https://raw.githubusercontent.com/apache/datafusion/19fe44cf2f30cbdd63d4a4f52c74055163c6cc38/docs/logos/standalone_logo/logo_original.svg" ,
20
20
html_favicon_url = "https://raw.githubusercontent.com/apache/datafusion/19fe44cf2f30cbdd63d4a4f52c74055163c6cc38/docs/logos/standalone_logo/logo_original.svg"
21
21
) ]
22
- #![ cfg_attr( docsrs, feature( doc_auto_cfg ) ) ]
22
+ #![ cfg_attr( docsrs, feature( doc_cfg ) ) ]
23
23
// Make sure fast / cheap clones on Arc are explicit:
24
24
// https://github.com/apache/datafusion/issues/11143
25
25
#![ deny( clippy:: clone_on_ref_ptr) ]
Original file line number Diff line number Diff line change 19
19
html_logo_url = "https://raw.githubusercontent.com/apache/datafusion/19fe44cf2f30cbdd63d4a4f52c74055163c6cc38/docs/logos/standalone_logo/logo_original.svg" ,
20
20
html_favicon_url = "https://raw.githubusercontent.com/apache/datafusion/19fe44cf2f30cbdd63d4a4f52c74055163c6cc38/docs/logos/standalone_logo/logo_original.svg"
21
21
) ]
22
- #![ cfg_attr( docsrs, feature( doc_auto_cfg ) ) ]
22
+ #![ cfg_attr( docsrs, feature( doc_cfg ) ) ]
23
23
// Make sure fast / cheap clones on Arc are explicit:
24
24
// https://github.com/apache/datafusion/issues/11143
25
25
#![ deny( clippy:: clone_on_ref_ptr) ]
Original file line number Diff line number Diff line change 19
19
html_logo_url = "https://raw.githubusercontent.com/apache/datafusion/19fe44cf2f30cbdd63d4a4f52c74055163c6cc38/docs/logos/standalone_logo/logo_original.svg" ,
20
20
html_favicon_url = "https://raw.githubusercontent.com/apache/datafusion/19fe44cf2f30cbdd63d4a4f52c74055163c6cc38/docs/logos/standalone_logo/logo_original.svg"
21
21
) ]
22
- #![ cfg_attr( docsrs, feature( doc_auto_cfg ) ) ]
22
+ #![ cfg_attr( docsrs, feature( doc_cfg ) ) ]
23
23
// Make sure fast / cheap clones on Arc are explicit:
24
24
// https://github.com/apache/datafusion/issues/11143
25
25
//
Original file line number Diff line number Diff line change 19
19
html_logo_url = "https://raw.githubusercontent.com/apache/datafusion/19fe44cf2f30cbdd63d4a4f52c74055163c6cc38/docs/logos/standalone_logo/logo_original.svg" ,
20
20
html_favicon_url = "https://raw.githubusercontent.com/apache/datafusion/19fe44cf2f30cbdd63d4a4f52c74055163c6cc38/docs/logos/standalone_logo/logo_original.svg"
21
21
) ]
22
- #![ cfg_attr( docsrs, feature( doc_auto_cfg ) ) ]
22
+ #![ cfg_attr( docsrs, feature( doc_cfg ) ) ]
23
23
// Make sure fast / cheap clones on Arc are explicit:
24
24
// https://github.com/apache/datafusion/issues/11143
25
25
#![ cfg_attr( not( test) , deny( clippy:: clone_on_ref_ptr) ) ]
Original file line number Diff line number Diff line change 19
19
html_logo_url = "https://raw.githubusercontent.com/apache/datafusion/19fe44cf2f30cbdd63d4a4f52c74055163c6cc38/docs/logos/standalone_logo/logo_original.svg" ,
20
20
html_favicon_url = "https://raw.githubusercontent.com/apache/datafusion/19fe44cf2f30cbdd63d4a4f52c74055163c6cc38/docs/logos/standalone_logo/logo_original.svg"
21
21
) ]
22
- #![ cfg_attr( docsrs, feature( doc_auto_cfg ) ) ]
22
+ #![ cfg_attr( docsrs, feature( doc_cfg ) ) ]
23
23
// Make sure fast / cheap clones on Arc are explicit:
24
24
// https://github.com/apache/datafusion/issues/11143
25
25
#![ cfg_attr( not( test) , deny( clippy:: clone_on_ref_ptr) ) ]
Original file line number Diff line number Diff line change 19
19
html_logo_url = "https://raw.githubusercontent.com/apache/datafusion/19fe44cf2f30cbdd63d4a4f52c74055163c6cc38/docs/logos/standalone_logo/logo_original.svg" ,
20
20
html_favicon_url = "https://raw.githubusercontent.com/apache/datafusion/19fe44cf2f30cbdd63d4a4f52c74055163c6cc38/docs/logos/standalone_logo/logo_original.svg"
21
21
) ]
22
- #![ cfg_attr( docsrs, feature( doc_auto_cfg ) ) ]
22
+ #![ cfg_attr( docsrs, feature( doc_cfg ) ) ]
23
23
24
24
mod udaf;
25
25
mod udf;
Original file line number Diff line number Diff line change 19
19
html_logo_url = "https://raw.githubusercontent.com/apache/datafusion/19fe44cf2f30cbdd63d4a4f52c74055163c6cc38/docs/logos/standalone_logo/logo_original.svg" ,
20
20
html_favicon_url = "https://raw.githubusercontent.com/apache/datafusion/19fe44cf2f30cbdd63d4a4f52c74055163c6cc38/docs/logos/standalone_logo/logo_original.svg"
21
21
) ]
22
- #![ cfg_attr( docsrs, feature( doc_auto_cfg ) ) ]
22
+ #![ cfg_attr( docsrs, feature( doc_cfg ) ) ]
23
23
// Make sure fast / cheap clones on Arc are explicit:
24
24
// https://github.com/apache/datafusion/issues/11143
25
25
#![ deny( clippy:: clone_on_ref_ptr) ]
You can’t perform that action at this time.
0 commit comments