Skip to content

Commit

Permalink
Update doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewmturner committed May 10, 2022
1 parent 927f628 commit 0ba010f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions datafusion/core/src/datasource/view.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ use crate::{

use crate::datasource::{TableProvider, TableType};

/// An implementation of `TableProvider` that uses the object store
/// or file system listing capability to get the list of files.
/// An implementation of `TableProvider` that uses another logical plan.
pub struct ViewTable {
/// To create ExecutionPlan
context: SessionContext,
Expand Down

0 comments on commit 0ba010f

Please sign in to comment.