Skip to content

Commit bceadf7

Browse files
committed
fix
1 parent 57e62aa commit bceadf7

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

include/paimon/reader/prefetch_file_batch_reader.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@
2424

2525
namespace paimon {
2626

27+
/// The prefetch file batch reader extends the basic FileBatchReader interface for prefetch read,
28+
/// if a format implementation inherits from this class, it will automatically support the C++
29+
/// Paimon prefetch capability and integrate with the Paimon prefetch framework.
2730
class PAIMON_EXPORT PrefetchFileBatchReader : public FileBatchReader {
2831
public:
2932
/// Seeks to a specific row in the file.

0 commit comments

Comments
 (0)