We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 278b333 commit 93ebeb0Copy full SHA for 93ebeb0
1 file changed
vortex-datafusion/src/v2/source.rs
@@ -1,10 +1,8 @@
1
// SPDX-License-Identifier: Apache-2.0
2
// SPDX-FileCopyrightText: Copyright the Vortex contributors
3
4
-//! Direct [`DataSource`] integration for an existing Vortex [`DataSourceRef`].
5
-//!
6
-//! Use [`VortexDataSource`] when you already have a Vortex source and want to
7
-//! hand DataFusion a physical scan node without going through file discovery.
+//! Use [`VortexDataSource`] to adapt an existing Vortex [`DataSourceRef`] into
+//! a DataFusion [`DataSource`] without going through file discovery.
8
//!
9
//! [`VortexDataSource`] is responsible for:
10
0 commit comments