We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61a8c2d commit 7662a4cCopy full SHA for 7662a4c
datafusion/catalog/src/table.rs
@@ -177,7 +177,7 @@ pub trait TableProvider: Debug + Sync + Send {
177
/// - `filters = [b > 5]`
178
/// - `limit = Some(3)`
179
///
180
- /// It must logically produce results like:
+ /// It must logically produce results equivalent to:
181
182
/// ```text
183
/// PROJECTION a (LIMIT 3 (SCAN WHERE b > 5))
0 commit comments