Skip to content

Commit 8577c0b

Browse files
committed
fix
1 parent ec5412e commit 8577c0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/program-api/cpp-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ PAIMON_RETURN_NOT_OK(committer->Commit(commit_message));
178178
179179
### Predicate pushdown
180180
181-
A `ReadContextBuilder` is used to build reading utils and perform filter and projection pushdown.
181+
A `ReadContextBuilder` is used to pass context to reader, push down and filter is done by reader.
182182
183183
```c++
184184
ReadContextBuilder read_context_builder(table_path);

0 commit comments

Comments
 (0)