Skip to content

Commit 2ca7a31

Browse files
committed
Docs
1 parent ecd9cca commit 2ca7a31

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

parquet-test-utils/src/lib.rs

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,13 @@ impl TestParquetFile {
122122
})
123123
}
124124

125-
/// return a `ParquetExec` with the specified options to scan the
125+
/// return a `ParquetExec` and `FilterExec` with the specified options to scan this parquet file.
126+
///
127+
/// This creates the pattern that DataFusion will:
128+
/// ```
129+
/// (FilterExec)
130+
/// (ParquetExec)
131+
/// ```
126132
pub async fn create_scan(
127133
&self,
128134
filter: Expr,

0 commit comments

Comments
 (0)