We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57e62aa commit bceadf7Copy full SHA for bceadf7
1 file changed
include/paimon/reader/prefetch_file_batch_reader.h
@@ -24,6 +24,9 @@
24
25
namespace paimon {
26
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.
30
class PAIMON_EXPORT PrefetchFileBatchReader : public FileBatchReader {
31
public:
32
/// Seeks to a specific row in the file.
0 commit comments