File tree Expand file tree Collapse file tree 12 files changed +14
-0
lines changed
functions-window-common/src Expand file tree Collapse file tree 12 files changed +14
-0
lines changed 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+ #![ cfg_attr( not( test) , deny( clippy:: clone_on_ref_ptr) ) ]
2324
2425pub 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+ #![ cfg_attr( not( test) , deny( clippy:: clone_on_ref_ptr) ) ]
2324
2425//! Interfaces and default implementations of catalogs and schemas.
2526//!
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+ #![ cfg_attr( not( test) , deny( clippy:: clone_on_ref_ptr) ) ]
2324
2425//! An [Avro](https://avro.apache.org/) based [`FileSource`](datafusion_datasource::file::FileSource) implementation and related functionality.
2526
Original file line number Diff line number Diff line change 1515// specific language governing permissions and limitations
1616// under the License.
1717
18+ #![ cfg_attr( not( test) , deny( clippy:: clone_on_ref_ptr) ) ]
19+
1820pub mod file_format;
1921pub mod source;
2022
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+ #![ cfg_attr( not( test) , deny( clippy:: clone_on_ref_ptr) ) ]
1718
1819pub mod file_format;
1920pub mod source;
Original file line number Diff line number Diff line change 1515// specific language governing permissions and limitations
1616// under the License.
1717
18+ #![ cfg_attr( not( test) , deny( clippy:: clone_on_ref_ptr) ) ]
19+
1820//! [`ParquetExec`] FileSource for reading Parquet files
1921
2022pub mod access_plan;
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+ #![ cfg_attr( not( test) , deny( clippy:: clone_on_ref_ptr) ) ]
2324
2425//! A table that uses the `ObjectStore` listing capability
2526//! to get the list of files to process.
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+ #![ cfg_attr( not( test) , deny( clippy:: clone_on_ref_ptr) ) ]
2324
2425pub mod generate_series;
2526
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+ #![ cfg_attr( not( test) , deny( clippy:: clone_on_ref_ptr) ) ]
2324
2425//! Common user-defined window functionality for [DataFusion]
2526//!
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+ #![ cfg_attr( not( test) , deny( clippy:: clone_on_ref_ptr) ) ]
2324
2425//! Window Function packages for [DataFusion].
2526//!
You can’t perform that action at this time.
0 commit comments