mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 09:32:01 +00:00
Rename arg
This commit is contained in:
parent
7b23844b32
commit
83148289d8
@ -13,7 +13,7 @@ namespace DB
|
||||
class ArrowBufferedInputStream : public arrow::io::InputStream
|
||||
{
|
||||
public:
|
||||
explicit ArrowBufferedInputStream(ReadBuffer & istr_);
|
||||
explicit ArrowBufferedInputStream(ReadBuffer & in_);
|
||||
|
||||
// FileInterface
|
||||
::arrow::Status Close() override;
|
||||
|
Loading…
Reference in New Issue
Block a user