mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-18 13:42:02 +00:00
Better comment
This commit is contained in:
parent
86336940f8
commit
84200be7d2
@ -63,6 +63,8 @@ public:
|
||||
arrow::Result<std::shared_ptr<arrow::Buffer>> Read(int64_t nbytes) override;
|
||||
|
||||
/// Override async reading to avoid using internal arrow thread pool.
|
||||
/// In our code we don't use async reading, so implementation is sync,
|
||||
/// we just call ReadAt and return future with rady value.
|
||||
arrow::Future<std::shared_ptr<arrow::Buffer>> ReadAsync(const arrow::io::IOContext&, int64_t position, int64_t nbytes) override;
|
||||
|
||||
arrow::Status Seek(int64_t position) override;
|
||||
|
Loading…
Reference in New Issue
Block a user