Rename arg

This commit is contained in:
FawnD2 2020-05-04 16:01:37 +03:00
parent 7b23844b32
commit 83148289d8

View File

@ -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;