We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec5412e commit 8577c0bCopy full SHA for 8577c0b
docs/content/program-api/cpp-api.md
@@ -178,7 +178,7 @@ PAIMON_RETURN_NOT_OK(committer->Commit(commit_message));
178
179
### Predicate pushdown
180
181
-A `ReadContextBuilder` is used to build reading utils and perform filter and projection pushdown.
+A `ReadContextBuilder` is used to pass context to reader, push down and filter is done by reader.
182
183
```c++
184
ReadContextBuilder read_context_builder(table_path);
0 commit comments