mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
Update ArrowBlockInputFormat.h
This commit is contained in:
parent
07f824c746
commit
47e3f83bc8
@ -9,9 +9,8 @@ namespace arrow::ipc { class RecordBatchFileReader; }
|
||||
|
||||
namespace DB
|
||||
{
|
||||
class Context;
|
||||
|
||||
class ArrowBlockInputFormat: public IInputFormat
|
||||
class ArrowBlockInputFormat : public IInputFormat
|
||||
{
|
||||
public:
|
||||
ArrowBlockInputFormat(ReadBuffer & in_, Block header_);
|
||||
|
Loading…
Reference in New Issue
Block a user